correct tlog lint

This commit is contained in:
Louis Abel 2023-06-13 18:12:02 -07:00
parent ed3a56508d
commit efda833629
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
section: sssd section: sssd
option: enable_files_domain option: enable_files_domain
value: "true" value: "true"
mode: '0600'
notify: restart_sssd notify: restart_sssd
- name: Add session recording configuration - name: Add session recording configuration
@ -23,7 +24,7 @@
notify: restart_sssd notify: restart_sssd
- name: Enable the files domain through authselect - name: Enable the files domain through authselect
command: > ansible.builtin.command: >
/usr/bin/authselect select custom/sssd-rocky /usr/bin/authselect select custom/sssd-rocky
without-nullok without-nullok
with-faillock with-faillock