mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +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
|
||||
group=root
|
||||
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
|
||||
lineinfile: backup=no
|
||||
|
@ -16,11 +16,11 @@
|
|||
regexp='^MountFlags'
|
||||
line='MountFlags=shared'
|
||||
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
|
||||
systemd: name=systemd-udevd
|
||||
daemon-reload=True
|
||||
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…
Reference in a new issue