Merge "Remove the | changed idempotency breaker"

This commit is contained in:
Jenkins 2017-08-03 13:11:57 +00:00 committed by Gerrit Code Review
commit c6674599c8
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@
src: "/opt/{{ file_name }}"
dest: "/opt"
copy: "no"
when: sync_job | changed
- name: Rewire venv
command: "virtualenv-tools --update-path=auto /opt/{{ file_name.split('.tgz')[0] }}"
when: sync_job | changed