Guest User

Untitled

a guest
Jun 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. {% for host in groups['node-all'] %}
  2. {% endfor %}
  3.  
  4. - name: Check if /etc exists
  5. stat:
  6. path: /etc
  7. register: etc_exist
Add Comment
Please, Sign In to add comment