Clone Ansible repo locally to machines
This commit is contained in:
parent
79fbe455e3
commit
f408c59c02
@ -44,4 +44,9 @@
|
||||
src: ansiblekey
|
||||
dest: ~/.ssh/ansible
|
||||
mode: "0600"
|
||||
- name: Clone Ansible repo
|
||||
git:
|
||||
dest: /etc/ansible
|
||||
repo: "{{ ansible_pull_repo }}"
|
||||
force: yes
|
||||
become: true
|
||||
|
Loading…
Reference in New Issue
Block a user