Update PBApache.yml
This commit is contained in:
+2
-2
@@ -7,14 +7,14 @@
|
|||||||
- name: "Apache installation"
|
- name: "Apache installation"
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
name: "apache2"
|
name: "httpd"
|
||||||
state: "present"
|
state: "present"
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
||||||
- name: "start Apache"
|
- name: "start Apache"
|
||||||
become: yes
|
become: yes
|
||||||
service:
|
service:
|
||||||
name: apache2
|
name: httpd
|
||||||
state: started
|
state: started
|
||||||
# Activation au boot :
|
# Activation au boot :
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user