changed role to webservers due to conflicting with hostnames
This commit is contained in:
6
roles/webservers/tasks/install_php.yml
Normal file
6
roles/webservers/tasks/install_php.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: webserver | apache | installing php
|
||||
package:
|
||||
name:
|
||||
- php
|
||||
- php-mysql
|
||||
state: latest
|
||||
Reference in New Issue
Block a user