Advertisement
Guest User

task.yml

a guest
Mar 25th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ---
  2. - name: Create Container
  3. docker_container:
  4. name: container
  5. image: something/here
  6. env:
  7. <if global_variable is true "KEY: value">
  8. # the variable global_variable is set to either in /group_vars/all.yml
  9. # this task is called from a playbook.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement