6 lines
98 B
YAML
6 lines
98 B
YAML
|
|
---
|
||
|
|
- hosts: all
|
||
|
|
become: yes
|
||
|
|
tasks:
|
||
|
|
- shell: sudo systemd-resolve --flush-caches
|