Skip to content

Commit

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

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
guits authored and stuartgrace-bbc committed Jan 30, 2024
1 parent 69af6d6 commit d6f6d5d
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 d6f6d5d

Please sign in to comment.