Split role in desktop and infrastructure parts.
This commit is contained in:
parent
f764745db6
commit
a37164d01a
9 changed files with 99 additions and 73 deletions
10
roles/fvs-client/handlers/main.yml
Normal file
10
roles/fvs-client/handlers/main.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
- name: run update-grub
|
||||
command: update-grub
|
||||
listen: update grub
|
||||
|
||||
- name: enable tmp.mount
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
name: tmp.mount
|
||||
enabled: yes
|
||||
listen: enable tmp.mount
|
Loading…
Add table
Add a link
Reference in a new issue