Merge "Remove the duplicate dict key (become)"

This commit is contained in:
Zuul 2018-03-21 15:26:03 +00:00 committed by Gerrit Code Review
commit 1d0176d1a2
2 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,6 @@
dest: "{{ node_config_directory }}/ceph-osd/{{ item.filename }}"
sha1: "{{ item.sha1 }}"
mode: 0600
become: true
with_items:
- "{{ ceph_files['ceph.client.admin.keyring'] }}"
when: inventory_hostname in groups['ceph-osd']
@ -30,7 +29,6 @@
dest: "{{ node_config_directory }}/ceph-mon/{{ item.filename }}"
sha1: "{{ item.sha1 }}"
mode: 0600
become: true
with_items:
- "{{ ceph_files['ceph.client.admin.keyring'] }}"
- "{{ ceph_files['ceph.client.mon.keyring'] }}"
@ -45,7 +43,6 @@
dest: "{{ node_config_directory }}/ceph-rgw/{{ item.filename }}"
sha1: "{{ item.sha1 }}"
mode: 0600
become: true
with_items:
- "{{ ceph_files['ceph.client.admin.keyring'] }}"
- "{{ ceph_files['ceph.client.radosgw.keyring'] }}"

View File

@ -20,7 +20,6 @@
name: "/var/lib/ceph/osd/{{ item['fs_uuid'] }}"
opts: "{{ ceph_osd_mount_options }}"
with_items: "{{ osds }}"
become: true
become_method: sudo
- name: Gathering OSD IDs