mirror of https://github.com/ceph/ceph-ansible.git
commit
bb57f01970
|
@ -170,7 +170,7 @@
|
||||||
when: cephx or generate_fsid
|
when: cephx or generate_fsid
|
||||||
|
|
||||||
- name: generate cluster uuid
|
- name: generate cluster uuid
|
||||||
local_action: shell python -c 'import uuid; print str(uuid.uuid4())' | tee {{ fetch_directory }}/ceph_cluster_uuid.conf
|
local_action: shell python -c 'import uuid; print(str(uuid.uuid4()))' | tee {{ fetch_directory }}/ceph_cluster_uuid.conf
|
||||||
creates="{{ fetch_directory }}/ceph_cluster_uuid.conf"
|
creates="{{ fetch_directory }}/ceph_cluster_uuid.conf"
|
||||||
register: cluster_uuid
|
register: cluster_uuid
|
||||||
become: false
|
become: false
|
||||||
|
|
Loading…
Reference in New Issue