Skip to content

Instantly share code, notes, and snippets.

@arkag
Created May 11, 2017 20:00
Show Gist options
  • Select an option

  • Save arkag/e0489530ba540fc569f9a4dc88b2f94e to your computer and use it in GitHub Desktop.

Select an option

Save arkag/e0489530ba540fc569f9a4dc88b2f94e to your computer and use it in GitHub Desktop.
- hosts: '{{ hostlist }}'
remote_user: root
tasks:
- name: asdf
file: state=directory path=/tmp/foo
- file: state=link path=/tmp/link src=/tmp/foo
- file: state=directory path=/tmp/link/nested/bananas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment