Merge "Suppress curl warning w/shell module"
This commit is contained in:
commit
935ef83f9c
@ -58,6 +58,8 @@
|
||||
|
||||
- name: Get list of python clients
|
||||
shell: "curl -s {{ repo_release_path }}/requirements_absolute_requirements.txt | grep client | cut -d'=' -f1"
|
||||
args:
|
||||
warn: no
|
||||
register: client_list
|
||||
run_once: true
|
||||
changed_when: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user