We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2098885 commit f521f4aCopy full SHA for f521f4a
tasks/main.yml
@@ -37,15 +37,15 @@
37
live actually exists
38
ansible.builtin.file:
39
group: root
40
- mode: 0755
+ mode: u=rwx,g=rx,o=rx
41
owner: root
42
path: "{{ systemd_resolved_dropin_config_file | dirname }}"
43
state: directory
44
45
- name: Set DNSStubListener config value for systemd-resolved
46
community.general.ini_file:
47
48
- mode: 0644
+ mode: u=rw,g=r,o=r
49
# This is just to maintain the look and feel of the
50
# /etc/systemd/resolved.conf file as provided by systemd-resolved.
51
no_extra_spaces: true
0 commit comments