diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:02 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:02 +0200 |
| commit | a67eec6fd3c4df5e92f4e4a4cd5c0299c06d484d (patch) | |
| tree | af79763653973fb81509215c65663639c3e3d007 /roles/ssh/tasks/install-debian.yml | |
| parent | c89c0b2d8af32d6f3f4f2b42efc6a9511fa4aefc (diff) | |
Fix when running from distro-install playbook and fix testing
Diffstat (limited to 'roles/ssh/tasks/install-debian.yml')
| -rw-r--r-- | roles/ssh/tasks/install-debian.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/ssh/tasks/install-debian.yml b/roles/ssh/tasks/install-debian.yml index c482ce74..452bf003 100644 --- a/roles/ssh/tasks/install-debian.yml +++ b/roles/ssh/tasks/install-debian.yml @@ -4,4 +4,5 @@ ansible.builtin.apt: name: "{{ ssh_package_name }}" state: "present" + update_cache: true tags: [required_for_boot] |
