Premier commit
This commit is contained in:
10
roles/goss/tasks/main.yml
Normal file
10
roles/goss/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: goss binary exists
|
||||
stat: path=/usr/local/bin/goss
|
||||
register: gossbin
|
||||
|
||||
- name: install goss
|
||||
shell: export https_proxy=http://10.121.38.1:8080 && curl -fsSL https://goss.rocks/install | sh
|
||||
when: gossbin.stat.exists == False
|
||||
|
Reference in New Issue
Block a user