Commit d8be12f8 by ansible

no message

1 parent f8adbcc8
......@@ -4,5 +4,5 @@
tasks:
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/source/application
dest: /tmp/application
version: develop
\ No newline at end of file
......@@ -3,6 +3,6 @@
become: true
tasks:
- copy:
src: /tmp/source/application
src: /tmp/application
dest: /tmp
mode: 0744
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!