Commit 7b04257
[reproducer] Remove invalid import_role options
The "Bootstrap environment on controller-0" task was refactored from
ansible.builtin.command to ansible.builtin.import_role (712ef7d) but
the args/chdir and changed_when directives were left behind. These
are only valid for command/shell modules. ansible-core 2.15 now
strictly validates import_role options and rejects chdir at parse time.
Generated-by: claude-4.6-opus-high
Signed-off-by: Bohdan Dobrelia <bdobreli@redhat.com>1 parent aab919e commit 7b04257
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 147 | | |
151 | 148 | | |
152 | 149 | | |
| |||
0 commit comments