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
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:
parent
2b81cd74e1
commit
6de372aabd
@ -26,7 +26,7 @@
|
|||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "{{ deploy_keepalived_scripts_dir }}/{{ (item | basename) }}"
|
dest: "{{ deploy_keepalived_scripts_dir }}/{{ (item | basename) }}"
|
||||||
owner: "{{ deploy_keepalived_script_user }}"
|
owner: "root"
|
||||||
group: "{{ deploy_keepalived_script_user }}"
|
group: "{{ deploy_keepalived_script_user }}"
|
||||||
mode: "0700"
|
mode: "0700"
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
@ -36,7 +36,7 @@
|
|||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "{{ deploy_keepalived_scripts_dir }}/{{ (item | basename) }}"
|
dest: "{{ deploy_keepalived_scripts_dir }}/{{ (item | basename) }}"
|
||||||
owner: "{{ deploy_keepalived_script_user }}"
|
owner: "root"
|
||||||
group: "{{ deploy_keepalived_script_user }}"
|
group: "{{ deploy_keepalived_script_user }}"
|
||||||
mode: "0700"
|
mode: "0700"
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
|
Loading…
Reference in New Issue
Block a user