fix(arch): start systemd-resolved with sudo

This commit is contained in:
Price Hiller 2023-08-19 03:18:45 -05:00
parent 4b073f0f80
commit 7a35bab40f
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,6 +1,7 @@
---
# handlers file for arch-post-setup
- name: Restart Systemd Resolved
become: true
ansible.builtin.systemd:
name: systemd-resolved.service
state: restarted