Commit 08b8503
committed
[cifmw_cephadm] fix: drop FQCN for ci_script
The Zuul executor runs a restricted Ansible environment where the 'cifmw' collection is not formally installed. It relies on finding plugins via relative paths rather than collection namespaces. Consequently, the FQCN 'cifmw.general.ci_script' cannot be resolved.
This patch reverts the module call to the short name 'ci_script' to ensure the plugin is correctly located.
JIRA: OSPCIX-1169
Link: https://issues.redhat.com/browse/OSPCIX-1169
Signed-off-by: Oleg Belolipetskii <obelolip@redhat.com>1 parent 357a1d5 commit 08b8503
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments