1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

remove cmdsrv

This commit is contained in:
Tim Moody 2017-05-31 12:38:14 -04:00
parent 2a137e83d1
commit 4ee5246cac

View file

@ -1,4 +1,4 @@
- name: Make sure there is a content directory
- name: Make sure there is a content directory
file: dest={{ doc_root }}/local_content
state=directory
@ -23,11 +23,6 @@
- name: Base Server Installed
command: echo Base Server Installed
- name: Restart xsce-cmdsrv service
service: name=xsce-cmdsrv
state=restarted
when: not installing
- name: Restart httpd
service: name={{ apache_service }}
state=restarted