forked from Netz39_Admin/netz39-infra-ansible
install dependency git
This commit is contained in:
parent
15d5056111
commit
d577a2bdfb
1 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,11 @@
|
||||||
package_facts:
|
package_facts:
|
||||||
manager: "auto"
|
manager: "auto"
|
||||||
|
|
||||||
|
- name: Ensure git is installed.
|
||||||
|
package:
|
||||||
|
name: git
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Clone dehydrated repo.
|
- name: Clone dehydrated repo.
|
||||||
git:
|
git:
|
||||||
repo: 'https://github.com/dehydrated-io/dehydrated.git'
|
repo: 'https://github.com/dehydrated-io/dehydrated.git'
|
||||||
|
@ -44,4 +49,3 @@
|
||||||
dest: "{{ dehydrated_config_dir }}/config"
|
dest: "{{ dehydrated_config_dir }}/config"
|
||||||
notify: dehydrated register
|
notify: dehydrated register
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue