Remove the | changed idempotency breaker
If we interrupt the process in unarchive, we'll have a broken idempotency state: The leapfrog process will run again the venv prep, the synchronize will be unchanged, and the unarchive rewire will never run. Change-Id: I8e91ef39d4ecbc9ff5a6a4a73cd0ce4679d6ecf0
This commit is contained in:
parent
850c763a19
commit
0de82c08d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user