Merge "Suppress curl warning w/shell module"

This commit is contained in:
Jenkins
2017-09-02 16:56:17 +00:00
committed by Gerrit Code Review

View File

@@ -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