10 lines
164 B
YAML
10 lines
164 B
YAML
---
|
|
- name: haproxy | install requirements
|
|
apt:
|
|
name: "{{ item }}"
|
|
state: present
|
|
update_cache: yes
|
|
with_items:
|
|
- apt-transport-https
|
|
- gpg
|