first ansible structure with dhcp and resolv-dns hosts
This commit is contained in:
parent
68d3466f24
commit
6e59cf386a
6 changed files with 42 additions and 0 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