fix deprecated installed state
This commit is contained in:
parent
288d272953
commit
85120dd262
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user