Add configure Solaris part

This commit is contained in:
liquidat 2016-01-14 10:35:04 +01:00
parent 88b22fae69
commit 6e5b5bdadb

View file

@ -42,6 +42,9 @@
- include: configure-Debian.yml
when: ansible_os_family == 'Debian'
- include: configure-Solaris.yml
when: ansible_os_family == 'Solaris'
- name: Ensure Apache has selected state and enabled on boot.
service:
name: "{{ apache_service }}"