forked from Netz39_Admin/netz39-infra-ansible
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:
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue