\n at EOF

This commit is contained in:
2021-09-14 10:26:16 +02:00
parent 203ae4313a
commit 59e4f3d758
11 changed files with 11 additions and 11 deletions

View File

@@ -3,4 +3,4 @@
name: chronyd
state: restarted
enabled: yes
become: yes
become: yes

View File

@@ -13,4 +13,4 @@
cmd: grub2-switch-to-blscfg
become: yes
when:
- conf.changed != false
- conf.changed != false

View File

@@ -7,4 +7,4 @@
immediate: yes
permanent: yes
become: yes
loop: "{{ lookup('dict', etc_firewalld, wantlist=True) }}"
loop: "{{ lookup('dict', etc_firewalld, wantlist=True) }}"

View File

@@ -4,4 +4,4 @@
src: chrony.conf.j2
dest: /etc/chrony.conf
become: yes
notify: Restart chronyd
notify: Restart chronyd

View File

@@ -7,4 +7,4 @@
sysctl_file: "/etc/sysctl.d/100-custom.conf"
sysctl_set: yes
become: yes
loop: "{{ lookup('dict', etc_sysctl_params, wantlist=True) }}"
loop: "{{ lookup('dict', etc_sysctl_params, wantlist=True) }}"