Commit 77db0ff7 by ansible

no message

1 parent 771db919
---
- hosts: all
become: true
tasks:
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/source/application
\ No newline at end of file
---
- hosts: all
become: true
tasks:
- copy:
src: /tmp/source/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!