diff --git a/tasks/personal-linux-config.yml b/tasks/personal-linux-config.yml index ec90120..5848570 100644 --- a/tasks/personal-linux-config.yml +++ b/tasks/personal-linux-config.yml @@ -1,8 +1,6 @@ --- - name: Ensure the hostname package is installed and updated - ansible.builtin.apt: - update_cache: yes - cache_valid_time: 0 + ansible.builtin.package: name: hostname state: latest - name: Ensure the personal-linux-config repositories is updated