install curl prereq.

This commit is contained in:
David Kilias 2021-02-09 21:38:49 +01:00
parent 5a549367cd
commit 868b976add

View file

@ -3,9 +3,11 @@
package_facts:
manager: "auto"
- name: Ensure git is installed.
- name: Ensure git and curl are installed.
package:
name: git
name:
- git
- curl
state: present
- name: Clone dehydrated repo.