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.
2 parents 765c4c1 + fa76f33 commit a5f15f2Copy full SHA for a5f15f2
plugins/modules/cephadm_key.py
@@ -155,7 +155,7 @@
155
name: "{{ item.name }}"
156
state: present
157
caps: "{{ item.caps }}"
158
- import_key: False
+ import_key: false
159
with_items: "{{ keys_to_create }}"
160
161
- name: delete cephx key
plugins/modules/cephadm_pool.py
@@ -123,10 +123,11 @@
123
'''
124
125
EXAMPLES = r'''
126
-- hosts: all
+- name: Create Ceph pools
127
+ hosts: all
128
become: true
129
tasks:
- - name: create a pool
130
+ - name: Create a pool
131
ceph_pool:
132
133
0 commit comments