We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d21b23 commit 9301ed3Copy full SHA for 9301ed3
roles/config_drive/tasks/main.yml
@@ -84,7 +84,7 @@
84
ansible.builtin.assert:
85
that:
86
- _meta_data_change is not changed
87
- - _user_data_change is not changed
+ - _user_data_change is skipped or _user_data_change is not changed
88
- _net_data_change is not changed
89
msg: >-
90
You're trying to edit an existing ISO. This isn't possible,
0 commit comments