install curl prereq.
This commit is contained in:
parent
5a549367cd
commit
868b976add
1 changed files with 4 additions and 2 deletions
|
@ -3,9 +3,11 @@
|
||||||
package_facts:
|
package_facts:
|
||||||
manager: "auto"
|
manager: "auto"
|
||||||
|
|
||||||
- name: Ensure git is installed.
|
- name: Ensure git and curl are installed.
|
||||||
package:
|
package:
|
||||||
name: git
|
name:
|
||||||
|
- git
|
||||||
|
- curl
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Clone dehydrated repo.
|
- name: Clone dehydrated repo.
|
||||||
|
|
Loading…
Reference in a new issue