Changelog: https://roxy-wi.org/changelog#6_3_8
pull/364/head
Aidaho 2 years ago
parent 33cd8c956a
commit fa0d5a6bfb

@ -71,7 +71,6 @@
owner: "{{ ansible_user }}"
group: "{{ ansible_user }}"
state: directory
recurse: yes
mode: 0771
tags:
- system

@ -117,6 +117,10 @@
name: "{{STATS_USER}}"
password: "{{STATS_PASS}}"
- name: set correct permissions to passwd file
ansible.builtin.file:
path: "{{ service_dir }}/status_page_passwdfile"
mode: 0664
- name: test to see if selinux is running
command: getenforce

Loading…
Cancel
Save