Fix indentation error

Change-Id: Ied6fb63ec197cc318143203b4dcb608b42408698
This commit is contained in:
Martin Mágr 2022-12-15 10:47:33 +01:00
parent 6fc5418ce9
commit 8f6f79ab67
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
ansible.builtin.file:
path: /etc/rsyslog.d/openstack-healthcheck.conf
state: absent
ignore_errors: yes
register: rmcfg
ignore_errors: yes
register: rmcfg
- when: rmcfg is changed
service:
name: rsyslog