diff --git a/default.yml b/default.yml index 7c0dda6..9ecb181 100644 --- a/default.yml +++ b/default.yml @@ -14,9 +14,9 @@ ansible.builtin.import_tasks: "tasks/network/main.yml" tags: network - # - name: Network host specific provisioning - # ansible.builtin.import_tasks: 'tasks/network/{{ ansible_hostname }}.yml' - # tags: network-specific + - name: Network host specific provisioning + ansible.builtin.import_tasks: "tasks/network/{{ ansible_hostname }}.yml" + tags: network-specific - name: Systemd provisioning ansible.builtin.import_tasks: "tasks/systemd.yml" @@ -26,7 +26,7 @@ ansible.builtin.import_tasks: "tasks/timer.yml" tags: timers - # Note: Disable DoH in Firefox to fallback to system's default DNS + # Note: Disable DoH in Firefox to fallback to system's default DNS # resolver, see # https://support.mozilla.org/en-US/kb/dns-over-https#w_configure-doh-protection-settings - name: MPV provisioning diff --git a/tasks/systemd.yml b/tasks/systemd.yml index 3c399c0..673526b 100644 --- a/tasks/systemd.yml +++ b/tasks/systemd.yml @@ -27,4 +27,3 @@ dest: "{{ ansible_env.HOME }}/.local/bin/tmux_start" mode: "0740" force: false -# setup systemd-boot pacman hook diff --git a/templates/polkit.j2 b/templates/polkit.j2 index 86a4b5f..d2f18eb 100644 --- a/templates/polkit.j2 +++ b/templates/polkit.j2 @@ -2,7 +2,6 @@ * * Allow members of the wheel group to execute any actions * without password authentication, similar to "sudo NOPASSWD:" - * without password authentication, similar to "sudo NOPASSWD:" */ polkit.addRule(function(action, subject) { if (subject.isInGroup("wheel")) {