install dependency git

This commit is contained in:
David Kilias 2021-02-09 19:35:33 +01:00
parent 15d5056111
commit d577a2bdfb

View file

@ -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