unbound must be running before openresolv/networkmanager tasks

This commit is contained in:
Pig Monkey 2020-12-31 18:21:34 -08:00
parent 45496cfa20
commit 567610c588

View file

@ -21,6 +21,7 @@
- { role: pass, tags: ['pass'] }
- { role: iptables, tags: ['iptables'] }
- { role: nettools, tags: ['nettools'] }
- { role: unbound, tags: ['unbound'] }
- { role: openresolv, tags: ['openresolv'] }
- { role: networkmanager, tags: ['networkmanager'] }
- { role: nmtrust, tags: ['nmtrust'] }
@ -28,7 +29,6 @@
- { role: ntp, tags: ['ntp'] }
- { role: firejail, tags: ['firejail'] }
- { role: tor, tags: ['tor'], when: "tor is defined" }
- { role: unbound, tags: ['unbound'] }
- { role: editors, tags: ['editors'] }
- { role: filesystems, tags: ['filesystems'] }
- { role: archive, tags: ['archive'] }