modif sur s-adm.yml

This commit is contained in:
Elam Monnot
2023-02-02 10:03:44 +01:00
parent 8d00ae0fdc
commit 33b544f465
3 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +1,2 @@
depl_url: "http://s-adm.gsb.adm/gsbstore"
depl_goss: "goss"

View File

@@ -1,5 +1,4 @@
---
- name: goss binary exists
stat: path=/usr/local/bin/goss
register: gossbin
@@ -18,4 +17,3 @@
mode: 0755
remote_src: yes
when: gossbin.stat.exists == false and ansible_hostname == "s-adm"