Merge "Remove the | changed idempotency breaker"
This commit is contained in:
commit
c6674599c8
@ -35,8 +35,6 @@
|
|||||||
src: "/opt/{{ file_name }}"
|
src: "/opt/{{ file_name }}"
|
||||||
dest: "/opt"
|
dest: "/opt"
|
||||||
copy: "no"
|
copy: "no"
|
||||||
when: sync_job | changed
|
|
||||||
|
|
||||||
- name: Rewire venv
|
- name: Rewire venv
|
||||||
command: "virtualenv-tools --update-path=auto /opt/{{ file_name.split('.tgz')[0] }}"
|
command: "virtualenv-tools --update-path=auto /opt/{{ file_name.split('.tgz')[0] }}"
|
||||||
when: sync_job | changed
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user