Skip to content
Snippets Groups Projects
Commit 70d84385 authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fixes

parent 8744fac3
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
name="{{ item }}" name="{{ item }}"
state="absent" state="absent"
with_items: with_items:
- '{{ static_ipv4|default(False) }}' - '{{ static_ipv4|default(false) }}'
- '{{ host }}' - '{{ host }}'
- name: "Remove host from hosts file 1" - name: "Remove host from hosts file 1"
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
state=absent state=absent
become: yes become: yes
with_items: with_items:
- '^{{ static_ipv4|default(False) }} ' - '^{{ static_ipv4|default(false) }} '
- name: "Remove host from hosts file 2" - name: "Remove host from hosts file 2"
lineinfile: lineinfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment