Write update_cache true rather than yes

This commit is contained in:
Alexandre Iooss 2019-03-03 09:00:29 +01:00
parent b420d31b2f
commit ac3d2dee23
12 changed files with 14 additions and 14 deletions

View file

@ -3,7 +3,7 @@
- name: Install NGINX server
apt:
name: nginx
update_cache: yes
update_cache: true
# Install sites
- name: Configure NGINX sites