Adding enabled command
This commit is contained in:
parent
bba5262e57
commit
e0d95d9b55
1 changed files with 2 additions and 0 deletions
|
@ -76,8 +76,10 @@
|
||||||
service:
|
service:
|
||||||
name: nginx
|
name: nginx
|
||||||
state: started
|
state: started
|
||||||
|
enabled: yes
|
||||||
|
|
||||||
- name: Start and enable php
|
- name: Start and enable php
|
||||||
service:
|
service:
|
||||||
name: php-fpm
|
name: php-fpm
|
||||||
state: started
|
state: started
|
||||||
|
enabled: yes
|
||||||
|
|
Loading…
Reference in a new issue