Skip to content

Commit

Permalink
Fix "no filter named 'changed'" error in qubes-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
rmol committed Apr 20, 2020
1 parent e692dad commit a2fdc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/qubes-staging/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- name: Wait for VMs to boot
pause:
seconds: 15
when: start_result|changed
when: start_result.changed

- name: Get IP address for instances
command: qvm-ls --raw-data --field ip {{ item.vm_name }}
Expand Down

0 comments on commit a2fdc86

Please sign in to comment.