base: Make sure OpenBSD hostname is updated
This commit is contained in:
parent
df5ecb1a04
commit
14c421a81c
2 changed files with 7 additions and 0 deletions
6
roles/base/handlers/main.yml
Normal file
6
roles/base/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Update hostname
|
||||
ansible.builtin.command:
|
||||
argv:
|
||||
- hostname
|
||||
- "{{ inventory_hostname }}"
|
Loading…
Add table
Add a link
Reference in a new issue