mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
don't try to use openresolv before it is installed
This commit is contained in:
parent
03261a8744
commit
28c7b39f64
4 changed files with 5 additions and 8 deletions
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: openresolv }
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue