Skip to content
Snippets Groups Projects
Commit 1f05a07e authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent c8a25a78
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