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:
|
||||
manager: "auto"
|
||||
|
||||
- name: Ensure git is installed.
|
||||
package:
|
||||
name: git
|
||||
state: present
|
||||
|
||||
- name: Clone dehydrated repo.
|
||||
git:
|
||||
repo: 'https://github.com/dehydrated-io/dehydrated.git'
|
||||
|
@ -44,4 +49,3 @@
|
|||
dest: "{{ dehydrated_config_dir }}/config"
|
||||
notify: dehydrated register
|
||||
|
||||
|
Loading…
Reference in a new issue