Probleme resolv.conf resolu

This commit is contained in:
bb
2021-01-11 10:58:17 +01:00
parent 0ba2f3e24d
commit aedd315561
2 changed files with 2 additions and 6 deletions

View File

@@ -6,11 +6,7 @@
- name: Copie resolv.conf
copy: src=resolv.conf dest=/etc/
when: ansible_hostname != "s-adm"
- name: Copie resolv.conf
copy: src=resolv.conf dest=/etc/
when: ansible_hostname != "s-proxy"
when: ansible_hostname != "s-adm" and ansible_hostname != "s-proxy"
- name: Copie resolv.conf pour s-proxy
copy: src=resolv.conf.s-proxy dest=/etc/resolv.conf