osmith has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/41/39341/1
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"

To view, visit change 39341. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I42be62cbba38a2a33ebe46fa1094155358490383
Gerrit-Change-Number: 39341
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>