Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. - name: Nginx is temporarily shutting down
  2. command: sudo systemctl stop nginx.service
  3. when:
  4. - item == True
  5. with_items: "{{ saved_results_list }}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement