fix deprecated installed state

This commit is contained in:
Robert Kaussow 2018-12-08 15:49:09 +01:00
parent 288d272953
commit 85120dd262
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
when: nginx_official_repo_enabled
- name: Installing nginx
yum:
package:
name: nginx
state: installed
state: present
- name: Create group '{{ nginx_group }}'
group: