mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
typos in when clause
This commit is contained in:
parent
383933eb38
commit
0706e94f89
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
owner=root
|
owner=root
|
||||||
group=root
|
group=root
|
||||||
mode=0644
|
mode=0644
|
||||||
when: udev_unit.stat.exists is defined and udev_unit stat.exists
|
when: udev_unit.stat.exists is defined and udev_unit.stat.exists
|
||||||
|
|
||||||
- name: Change MountFlags from slave to shared
|
- name: Change MountFlags from slave to shared
|
||||||
lineinfile: backup=no
|
lineinfile: backup=no
|
||||||
|
@ -16,11 +16,11 @@
|
||||||
regexp='^MountFlags'
|
regexp='^MountFlags'
|
||||||
line='MountFlags=shared'
|
line='MountFlags=shared'
|
||||||
state=present
|
state=present
|
||||||
when: udev_unit.stat.exists is defined and udev_unit stat.exists
|
when: udev_unit.stat.exists is defined and udev_unit.stat.exists
|
||||||
|
|
||||||
- name: Ask systemd to recognize the changes
|
- name: Ask systemd to recognize the changes
|
||||||
systemd: name=systemd-udevd
|
systemd: name=systemd-udevd
|
||||||
daemon-reload=True
|
daemon-reload=True
|
||||||
state=restarted
|
state=restarted
|
||||||
when: udev_unit.stat.exists is defined and udev_unit stat.exists
|
when: udev_unit.stat.exists is defined and udev_unit.stat.exists
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue