Skip to content

Commit

Permalink
correction for .service names
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmamula authored and richm committed Feb 15, 2024
1 parent 94f2744 commit b92ac74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/shell_crmsh/cluster-destroy-crm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
name: "{{ item }}"
state: stopped # noqa no-handler
loop:
- pacemaker
- corosync
- corosync-qdevice
- pacemaker.service
- corosync.service
- corosync-qdevice.service
when: item in ansible_facts.services

- name: Backup configuration files by renaming to _backup
Expand Down

0 comments on commit b92ac74

Please sign in to comment.