Commit f6ccbb5a by ansible

no message

1 parent ce1d1f7e
---
- hosts: all
become: true
tasks:
- file:
path: /tmp/source
state: absent
---
- hosts: all
become: true
tasks:
- git:
repo: 'https://ansible@example.com/ansible/software.git'
dest: /tmp/source
\ No newline at end of file
---
- hosts: all
become: true
tasks:
- copy:
src: /tmp/source
dest: /tmp
mode: 0711
\ 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!