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:
parent
79012fb7f8
commit
938ca6d786
2 changed files with 0 additions and 11 deletions
|
@ -3,8 +3,3 @@
|
|||
name: nginx.service
|
||||
state: restarted
|
||||
become: true
|
||||
|
||||
- name: apt-get update
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
become: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue