Add base_config and deploy_systemd_journal_config
This commit is contained in:
parent
93212e2248
commit
328ec744cc
6 changed files with 48 additions and 18 deletions
5
roles/deploy_systemd_journal_config/handlers/main.yaml
Normal file
5
roles/deploy_systemd_journal_config/handlers/main.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Restart `systemd-journald.service`
|
||||
ansible.builtin.systemd:
|
||||
name: systemd-journald.service
|
||||
state: restarted
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue