Changelog: https://roxy-wi.org/changelog#6_3_8
pull/364/head
Aidaho 2023-03-28 12:17:04 +03:00
parent 33cd8c956a
commit fa0d5a6bfb
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -117,6 +117,10 @@
name: "{{STATS_USER}}" name: "{{STATS_USER}}"
password: "{{STATS_PASS}}" 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 - name: test to see if selinux is running
command: getenforce command: getenforce