Skip to content
Snippets Groups Projects
Unverified Commit 35c92879 authored by Bryan Hundven's avatar Bryan Hundven Committed by GitHub
Browse files

Fix missing file mode (risky-file-permissions) (#7959)


* Fix missing file mode (risky-file-permissions)

Found this using ansible-lint.

Signed-off-by: default avatarBryan Hundven <bryanhundven@gmail.com>

* Fix another missing file mode (risky-file-permissions)

This one fixes `/etc/crio/config.json`

Signed-off-by: default avatarBryan Hundven <bryanhundven@gmail.com>
parent 83f64a7f
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@
section: "extras"
option: "{{ item.option }}"
value: "{{ item.value }}"
mode: 0644
with_items:
- { option: "name", value: "CentOS-{{ ansible_distribution_major_version }} - Extras" }
- { option: "enabled", value: "1" }
......
......@@ -84,6 +84,7 @@
template:
src: config.json.j2
dest: /etc/crio/config.json
mode: 0644
register: reg_auth_install
- name: Add skopeo pkg to install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment