main.yml 64 B

123
  1. ---
  2. - name: restart nginx
  3. service: name=nginx state=restarted