diff --git a/playbooks/utility-install.yml b/playbooks/utility-install.yml index 3b0e344773..b80b9633ed 100644 --- a/playbooks/utility-install.yml +++ b/playbooks/utility-install.yml @@ -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