Skip to content
Snippets Groups Projects
Commit 38f2ebe3 authored by jurgenhaas's avatar jurgenhaas
Browse files

Replace deprecated "sudo" with "become"

parent 13541ea5
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
dest=/etc/hosts
regexp='{{ item }}'
state=absent
sudo: yes
become: yes
with_items:
- '^{{ static_ipv4|default(False) }} '
- '.*{{ host }}$'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment