diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:04 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:04 +0200 |
| commit | bd8fef07b81e116ad25b69ef1a39c799e4687b50 (patch) | |
| tree | 7e7ea26a6b4c5a1868997ce3b7bc5155ceb703de /roles/network/tasks | |
| parent | e02325cde6624243f3498226301018dca037c9cd (diff) | |
Ensure package cache is updated in playbook pre-task
Diffstat (limited to 'roles/network/tasks')
| -rw-r--r-- | roles/network/tasks/install-archlinux.yml | 1 | ||||
| -rw-r--r-- | roles/network/tasks/install-debian.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/roles/network/tasks/install-archlinux.yml b/roles/network/tasks/install-archlinux.yml index b238d0cb..62183ed9 100644 --- a/roles/network/tasks/install-archlinux.yml +++ b/roles/network/tasks/install-archlinux.yml @@ -4,4 +4,3 @@ community.general.pacman: name: "{{ network_packages }}" state: "present" - update_cache: true diff --git a/roles/network/tasks/install-debian.yml b/roles/network/tasks/install-debian.yml index 6b5455a8..8368d7e3 100644 --- a/roles/network/tasks/install-debian.yml +++ b/roles/network/tasks/install-debian.yml @@ -4,7 +4,6 @@ ansible.builtin.apt: pkg: "{{ network_packages }}" state: "present" - update_cache: true - name: "Set network_default_services facts" ansible.builtin.set_fact: |
