diff --git a/inventory b/inventory index f4a4444..e139f71 100644 --- a/inventory +++ b/inventory @@ -22,6 +22,7 @@ pbs microk8s nginx vm-ubuntu-01 +#homeassistant [vserver] ionos-ubuntu-01 diff --git a/local-upgrade.yaml b/local-upgrade.yaml index 6b39be2..05d55ce 100644 --- a/local-upgrade.yaml +++ b/local-upgrade.yaml @@ -7,8 +7,9 @@ - name: update respository index ansible.builtin.apt: update_cache: yes - upgrade: safe - +# upgrade: safe + upgrade: full + - name: Run the equivalent of "apt clean" ansible.builtin.apt: clean: yes diff --git a/system-upgrade.yml b/system-upgrade.yml index 29be7a0..fd5001c 100644 --- a/system-upgrade.yml +++ b/system-upgrade.yml @@ -8,7 +8,9 @@ - name: update respository index ansible.builtin.apt: update_cache: yes -# upgrade: safe + + - name: full-upgrade system + ansible.builtin.apt: upgrade: full - name: Run the equivalent of "apt clean"