diff options
author | shuai chen <chenshuai@huawei.com> | 2016-02-01 11:35:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-01 11:35:35 +0000 |
commit | 50b40c465ea2aa79d3afd43f9743ddd49b385171 (patch) | |
tree | 34c3c5228f3b3dd43b0205f74fe8386394477266 /deploy | |
parent | 56082111eec9a817ef52d6c539d584a91d43163f (diff) | |
parent | 54a61a8cb45e81ad7073770594f13e4afbbdb5d1 (diff) |
Merge "FIX:safer to fetch file to local server only one time" into stable/brahmaputra
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/adapters/ansible/roles/ceph-mon/tasks/install_mon.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/ceph-mon/tasks/install_mon.yml b/deploy/adapters/ansible/roles/ceph-mon/tasks/install_mon.yml index 279eb786..3b818ea2 100644 --- a/deploy/adapters/ansible/roles/ceph-mon/tasks/install_mon.yml +++ b/deploy/adapters/ansible/roles/ceph-mon/tasks/install_mon.yml @@ -27,3 +27,4 @@ - name: fetch osd keyring fetch: src="/var/lib/ceph/bootstrap-osd/ceph.keyring" dest="/tmp/ceph.osd.keyring" flat=yes + run_once: True |