laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/39341?usp=email )
Change subject: ansible: coverity: fix creating symlink ......................................................................
ansible: coverity: fix creating symlink
Fix for: Unsupported parameters for (ansible.legacy.command) module: warn. Supported parameters include: _raw_params, _uses_shell, argv, chdir, creates, executable, expand_argument_vars, removes, stdin, stdin_add_newline, strip_empty_ends.
Fixes: OS#6702 Change-Id: I42be62cbba38a2a33ebe46fa1094155358490383 --- M ansible/roles/install-coverity/tasks/main.yml 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve
diff --git a/ansible/roles/install-coverity/tasks/main.yml b/ansible/roles/install-coverity/tasks/main.yml index ca4a24c..0d43a27 100644 --- a/ansible/roles/install-coverity/tasks/main.yml +++ b/ansible/roles/install-coverity/tasks/main.yml @@ -38,8 +38,6 @@
- name: create link /opt/coverity/current shell: rm -vf /opt/coverity/current && ln -svf /opt/coverity/{{ coverity_version }}/* /opt/coverity/current - args: - warn: false when: coverity_copy.failed == False
- name: "Please download {{ coverity_installer_file }} to your ansible directory to allow ansible to install coverity"