Fix loop in install.yml

This commit is contained in:
s3lph 2021-11-05 12:52:30 +01:00
parent fbd4f1c5e7
commit 7ce38e0edf

View file

@ -1,15 +1,13 @@
--- ---
- name: install dependencies - name: install dependencies
package: ansible.builtin.package:
name: knot name:
state: present - knot
loop: - knot-dnsutils
- knot
- knot-dnsutils
- name: start and enable knot - name: start and enable knot
service: ansible.builtin.service:
name: knot name: knot
state: started state: started
enabled: yes enabled: yes