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

@ -1,4 +1,4 @@
depl_url: "http://s-adm.gsb.adm/gsbstore/"
depl_url: "http://s-adm.gsb.adm/gsbstore"
depl_glpi: "glpi-9.5.3.tgz"
depl_fusioninventory: "fusioninventory-9.5.0+1.0.tar.bz2"
depl_fusioninventory_agentx64: "fusioninventory-agent_windows-x64_2.6.exe"

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