\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 name: chronyd
state: restarted state: restarted
enabled: yes enabled: yes
become: yes become: yes

View File

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

View File

@@ -7,4 +7,4 @@
immediate: yes immediate: yes
permanent: yes permanent: yes
become: 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 src: chrony.conf.j2
dest: /etc/chrony.conf dest: /etc/chrony.conf
become: yes become: yes
notify: Restart chronyd notify: Restart chronyd

View File

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

View File

@@ -1,3 +1,3 @@
--- ---
home_place_dotfiles: false home_place_dotfiles: false
home_configure_gnome: true home_configure_gnome: true

View File

@@ -3,4 +3,4 @@
ansible.builtin.git: ansible.builtin.git:
repo: "{{ item.value.dotfiles }}" repo: "{{ item.value.dotfiles }}"
dest: "/home/{{ item.key }}/.dotfiles" dest: "/home/{{ item.key }}/.dotfiles"
update: "{{ item.value.update }}" update: "{{ item.value.update }}"

View File

@@ -6,4 +6,4 @@
with_nested: with_nested:
- "{{ users }}" - "{{ users }}"
- "{{ home_gnome_shell_extensions | dict2items }}" - "{{ home_gnome_shell_extensions | dict2items }}"
notify: Compile glib schemas notify: Compile glib schemas

View File

@@ -5,4 +5,4 @@
- name: Include gnome.yml - name: Include gnome.yml
ansible.builtin.include: gnome.yml ansible.builtin.include: gnome.yml
when: home_configure_gnome | bool when: home_configure_gnome | bool

View File

@@ -2,4 +2,4 @@
rpm_ostree_alter_base_packages: true rpm_ostree_alter_base_packages: true
rpm_ostree_alter_layered_packages: true rpm_ostree_alter_layered_packages: true
rpm_ostree_configure_kargs: true rpm_ostree_configure_kargs: true
rpm_ostree_enable_autoupdates: true rpm_ostree_enable_autoupdates: true

View File

@@ -14,4 +14,4 @@
- name: Reload systemd units - name: Reload systemd units
ansible.builtin.systemd: ansible.builtin.systemd:
daemon_reload: yes daemon_reload: yes
become: yes become: yes