Advertisement
shaggycat

Untitled

Jul 24th, 2016
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ---
  2. - hosts: all
  3. - name: **
  4. hosts: all
  5. sudo: true
  6. roles:
  7. - { role: **, when: ansible_virtualization_type != "docker" }
  8.  
  9. - { role: **, when: ansible_virtualization_type != "docker" }
  10. vars:
  11. **: "*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement