Commit 08968714 by Brian Coca

corrected role path

parent eb381bd5
......@@ -4,7 +4,7 @@
gather_facts: false
tasks:
- file: path={{playbook_dir}}/files state=directory
- file: path={{playbook_dir}}/roles/files state=directory
- file: path={{playbook_dir}}/roles/showfile/files state=directory
- copy: dest={{playbook_dir}}/roles/showfile/files/testfile content='in role files'
- copy: dest={{playbook_dir}}/roles/showfile/tasks/testfile content='in role tasks'
- copy: dest={{playbook_dir}}/roles/showfile/testfile content='in role'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment