fix: change permissions of scripts to root:<keepalived_script_user>, to avoid disable errors
All checks were successful
test / Linting (push) Successful in 34s
test / Molecule tests (default, debian11) (push) Successful in 3m9s
test / Molecule tests (default, debian12) (push) Successful in 3m21s
test / Molecule tests (default, ubuntu2004) (push) Successful in 3m49s
test / Molecule tests (with_custom_conf, debian11) (push) Successful in 2m26s
test / Molecule tests (default, ubuntu2204) (push) Successful in 3m13s
test / Molecule tests (with_custom_conf, debian12) (push) Successful in 3m9s
test / Molecule tests (with_custom_conf, ubuntu2004) (push) Successful in 3m28s
test / Molecule tests (with_custom_conf, ubuntu2204) (push) Successful in 2m53s

This commit is contained in:
Bertrand Lanson 2024-04-29 20:23:50 +02:00
parent 2b81cd74e1
commit 6de372aabd

View File

@ -26,7 +26,7 @@
ansible.builtin.template:
src: "{{ item }}"
dest: "{{ deploy_keepalived_scripts_dir }}/{{ (item | basename) }}"
owner: "{{ deploy_keepalived_script_user }}"
owner: "root"
group: "{{ deploy_keepalived_script_user }}"
mode: "0700"
with_fileglob:
@ -36,7 +36,7 @@
ansible.builtin.template:
src: "{{ item }}"
dest: "{{ deploy_keepalived_scripts_dir }}/{{ (item | basename) }}"
owner: "{{ deploy_keepalived_script_user }}"
owner: "root"
group: "{{ deploy_keepalived_script_user }}"
mode: "0700"
with_fileglob: