feat: add test for Rocky Linux 8 #1

Merged
xoxys merged 2 commits from test-rocky8 into master 2022-01-26 21:11:01 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 0ceedd89ea - Show all commits

View File

@ -5,7 +5,8 @@ authelia_user_home: "/home/{{ authelia_user }}"
authelia_group: "{{ authelia_user }}"
authelia_extra_groups: []
authelia_packages: []
authelia_packages:
- tar
authelia_base_dir: "/opt/authelia"
authelia_config_dir: "{{ authelia_base_dir }}/conf"