Skip to content

Commit

Permalink
roles: remove leftover from pr #4319
Browse files Browse the repository at this point in the history
pr #4319 introduced some uesless `become: true` on systemd tasks.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 1db8fa8)
  • Loading branch information
guits authored and mergify-bot committed Aug 18, 2021
1 parent 492c2b5 commit 1781f0a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion roles/ceph-iscsi-gw/tasks/systemd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
- name: generate systemd unit files for tcmu-runner, rbd-target-api and rbd-target-gw
become: true
template:
src: "{{ role_path }}/templates/{{ item }}.service.j2"
dest: /etc/systemd/system/{{ item }}.service
Expand Down
1 change: 0 additions & 1 deletion roles/ceph-mds/tasks/systemd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
- name: generate systemd unit file
become: true
template:
src: "{{ role_path }}/templates/ceph-mds.service.j2"
dest: /etc/systemd/system/ceph-mds@.service
Expand Down
1 change: 0 additions & 1 deletion roles/ceph-mgr/tasks/systemd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
- name: generate systemd unit file
become: true
template:
src: "{{ role_path }}/templates/ceph-mgr.service.j2"
dest: /etc/systemd/system/ceph-mgr@.service
Expand Down
1 change: 0 additions & 1 deletion roles/ceph-mon/tasks/systemd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
- name: generate systemd unit file for mon container
become: true
template:
src: "{{ role_path }}/templates/ceph-mon.service.j2"
dest: /etc/systemd/system/ceph-mon@.service
Expand Down
1 change: 0 additions & 1 deletion roles/ceph-nfs/tasks/systemd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
- name: generate systemd unit file
become: true
template:
src: "{{ role_path }}/templates/ceph-nfs.service.j2"
dest: /etc/systemd/system/ceph-nfs@.service
Expand Down
1 change: 0 additions & 1 deletion roles/ceph-rbd-mirror/tasks/systemd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
- name: generate systemd unit file
become: true
template:
src: "{{ role_path }}/templates/ceph-rbd-mirror.service.j2"
dest: /etc/systemd/system/ceph-rbd-mirror@.service
Expand Down
1 change: 0 additions & 1 deletion roles/ceph-rgw/tasks/systemd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
- name: generate systemd unit file
become: true
template:
src: "{{ role_path }}/templates/ceph-radosgw.service.j2"
dest: /etc/systemd/system/ceph-radosgw@.service
Expand Down

0 comments on commit 1781f0a

Please sign in to comment.