tests: Fix the permissions of /etc/containers/toolbox.conf
The RPM installs /etc/containers/toolbox.conf with its permissions set to 0644, and there's no reason for the test suite to deviate from that. Resolves: #2000807
This commit is contained in:
parent
0b9dac8c68
commit
cd00cb09ca
@ -5,4 +5,4 @@
|
||||
path: /etc/containers
|
||||
state: directory
|
||||
- name: Copy toolbox.conf file to set default image
|
||||
copy: src={{ role_path }}/files/toolbox.conf dest=/etc/containers/toolbox.conf force=yes mode=0666
|
||||
copy: src={{ role_path }}/files/toolbox.conf dest=/etc/containers/toolbox.conf force=yes mode=0644
|
||||
|
Loading…
Reference in New Issue
Block a user