don't try to use openresolv before it is installed

This commit is contained in:
Pig Monkey 2021-10-21 18:30:57 -07:00
parent 03261a8744
commit 28c7b39f64
4 changed files with 5 additions and 8 deletions

View file

@ -1,3 +0,0 @@
---
dependencies:
- { role: openresolv }

View file

@ -9,11 +9,6 @@
- gnome-keyring
state: present
- name: Push NetworkManager openresolv config.
copy:
src: rc-manager.conf
dest: /etc/NetworkManager/conf.d/20-rc-manager.conf
- name: Push connectivity check config
template:
src: connectivity.conf.j2

View file

@ -8,3 +8,8 @@
template:
src: resolvconf.conf.j2
dest: /etc/resolvconf.conf
- name: Push NetworkManager openresolv config.
copy:
src: rc-manager.conf
dest: /etc/NetworkManager/conf.d/20-rc-manager.conf