Skip to content
Snippets Groups Projects
Commit 519bae26 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Bug fixes from regex search & replace

parent 1f05a07e
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@
name: '{{ item }}'
state: absent
with_items:
- '{{( static_ipv4|default(false) }})'
- '{{( host }})'
- '{{ static_ipv4|default(false) }}'
- '{{ host }}'
- name: Remove host from hosts file 1
lineinfile:
......
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