Skip to content

Commit

Permalink
fix: PAM auth console file name
Browse files Browse the repository at this point in the history
set file name according to the name of the bareos console
  • Loading branch information
adf-patrickha committed Nov 7, 2024
1 parent 9088411 commit 6ce8348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/pam_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- name: pam_auth | Create PAM specific Bareos Console
ansible.builtin.template:
src: console.conf.j2
dest: "/etc/bareos/bareos-dir.d/console/pam-adduser.conf"
dest: "/etc/bareos/bareos-dir.d/console/{{ item.name }}.conf"
owner: bareos
group: bareos
mode: "0644"
Expand Down

0 comments on commit 6ce8348

Please sign in to comment.