This commit is contained in:
nora 2024-07-01 20:51:53 +02:00
parent 32ceb04fab
commit 4ec4adb906

View file

@ -3,6 +3,9 @@
hosts: all
gather_facts: false
tasks:
- name: Change hostname
ansible.builtin.hostname:
name: "{{ inventory_hostname }}"
- name: apt update
ansible.builtin.apt:
update_cache: true