diff options
Diffstat (limited to 'roles/debian')
-rw-r--r-- | roles/debian/tasks/resolved.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/debian/tasks/resolved.yml b/roles/debian/tasks/resolved.yml index 263f93d..0190c77 100644 --- a/roles/debian/tasks/resolved.yml +++ b/roles/debian/tasks/resolved.yml @@ -19,7 +19,7 @@ state: "{{ use_resolved|ternary('started','stopped') }}" when: not chroot - name: '- when in chroot' - command: 'systemctl {{ use_resolved|ternary("enable","disable") }} systemd-resolved.service' + command: "systemctl {{ use_resolved|ternary('enable','disable') }} systemd-resolved.service" when: chroot - name: Symlink /etc/resolv.conf |