feat: ordered stuff
This commit is contained in:
parent
8a5be08322
commit
c9dad6d865
3 changed files with 15 additions and 16 deletions
|
|
@ -1,15 +1,14 @@
|
|||
---
|
||||
|
||||
# install unbound
|
||||
- name: "install unbound"
|
||||
ansible.builtin.apt:
|
||||
name: "unbound"
|
||||
cache_valid_time: 120
|
||||
when: 'ansible_os_family == "Debian"'
|
||||
|
||||
# install unbound
|
||||
- name: "install unbound"
|
||||
community.general.apk:
|
||||
name: "unbound"
|
||||
update_cache: true
|
||||
when: 'ansible_os_family == "Alpine"'
|
||||
|
||||
- name: "install unbound"
|
||||
ansible.builtin.apt:
|
||||
name: "unbound"
|
||||
cache_valid_time: 120
|
||||
when: 'ansible_os_family == "Debian"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue