nginx(role): remove unnecessary apt-get update step

The nginx package gets installed with "update_cache: true" afterwards
anyway, so the apt-get update step shouldn't be necessary.
This commit is contained in:
June 2025-02-18 02:59:00 +01:00
commit 938ca6d786
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 0 additions and 11 deletions

View file

@ -3,8 +3,3 @@
name: nginx.service
state: restarted
become: true
- name: apt-get update
ansible.builtin.apt:
update_cache: true
become: true