Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from seth-shaw-unlv/master
Browse files Browse the repository at this point in the history
add CentOS 7 support
  • Loading branch information
dannylamb authored Oct 24, 2018
2 parents 8558cf2 + 8146f4d commit d6175fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tasks/config_webserver.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- name: Create httpd config directories for CentOS
file:
path: "{{httpd_conf_directory}}/{{ item }}/"
state: directory
owner: "{{ matomo_user }}"
group: "{{ matomo_user }}"
mode: "urwx,gr,o-rwx"
with_items:
- "conf-available"
- "conf-enabled"
when: ansible_os_family == "RedHat"

- name: Install matomo httpd config file
template:
Expand Down

0 comments on commit d6175fc

Please sign in to comment.