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:
Debarshi Ray 2021-12-16 23:26:20 +01:00
parent 0b9dac8c68
commit cd00cb09ca
1 changed files with 1 additions and 1 deletions

View File

@ -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