Write update_cache true rather than yes
This commit is contained in:
parent
b420d31b2f
commit
ac3d2dee23
12 changed files with 14 additions and 14 deletions
|
@ -3,7 +3,7 @@
|
|||
- name: Install NGINX server
|
||||
apt:
|
||||
name: nginx
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
|
||||
# Install sites
|
||||
- name: Configure NGINX sites
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue