mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #391 from git-harry/fetch-run-once
Prevent failure from race creating fetch directorypull/393/head
commit
6ca32bccf1
|
@ -53,6 +53,7 @@
|
|||
local_action: file path=fetch state=directory
|
||||
changed_when: false
|
||||
sudo: false
|
||||
run_once: true
|
||||
|
||||
- name: generate cluster uuid
|
||||
local_action: shell uuidgen | tee fetch/ceph_cluster_uuid.conf
|
||||
|
|
Loading…
Reference in New Issue