Commit d8be12f8 by ansible

no message

1 parent f8adbcc8
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
tasks: tasks:
- git: - git:
repo: 'https://ansible@example.com/ansible/application.git' repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/source/application dest: /tmp/application
version: develop version: develop
\ No newline at end of file
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
become: true become: true
tasks: tasks:
- copy: - copy:
src: /tmp/source/application src: /tmp/application
dest: /tmp dest: /tmp
mode: 0744 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!