Skip to content

Commit 91963aa

Browse files
committed
Correct linting failures
1 parent 907c83e commit 91963aa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

plugins/modules/cephadm_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
name: "{{ item.name }}"
156156
state: present
157157
caps: "{{ item.caps }}"
158-
import_key: False
158+
import_key: false
159159
with_items: "{{ keys_to_create }}"
160160
161161
- name: delete cephx key

plugins/modules/cephadm_pool.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,11 @@
123123
'''
124124

125125
EXAMPLES = r'''
126-
- hosts: all
126+
- name: Create defined Ceph pools
127+
hosts: all
127128
become: true
128129
tasks:
129-
- name: create a pool
130+
- name: Create a pool
130131
ceph_pool:
131132
name: "{{ item.name }}"
132133
state: present

0 commit comments

Comments
 (0)