Skip to content

Commit 3af40cb

Browse files
committed
Do not use FQCN for cephx_key module (exception)
The way ceph playbook from ci-framework is used in adoption jobs needs custom modules to be called without FQCN (i.e. through relative path). Making custom module with FQCN work there would require to make symlink of the entire cifmw collection there, which does not make sense. Better to have an exception for such usage. Signed-off-by: Amartya Sinha <[email protected]>
1 parent 26c82f8 commit 3af40cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/playbooks/ceph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
cidr: 64
331331

332332
- name: Generate a cephx key
333-
cifmw.general.cephx_key:
333+
cephx_key:
334334
register: cephx
335335
no_log: true
336336

0 commit comments

Comments
 (0)