fix deprecated installed state
This commit is contained in:
parent
288d272953
commit
85120dd262
@ -11,9 +11,9 @@
|
|||||||
when: nginx_official_repo_enabled
|
when: nginx_official_repo_enabled
|
||||||
|
|
||||||
- name: Installing nginx
|
- name: Installing nginx
|
||||||
yum:
|
package:
|
||||||
name: nginx
|
name: nginx
|
||||||
state: installed
|
state: present
|
||||||
|
|
||||||
- name: Create group '{{ nginx_group }}'
|
- name: Create group '{{ nginx_group }}'
|
||||||
group:
|
group:
|
||||||
|
Loading…
Reference in New Issue
Block a user