Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/config_drive/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
ansible.builtin.assert:
that:
- _meta_data_change is not changed
- _user_data_change is skipped or _user_data_change is not changed
- _user_data_change is not changed
- _net_data_change is not changed
msg: >-
You're trying to edit an existing ISO. This isn't possible,
Expand Down
Loading