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

ansible-playbooks/general#85 Linting

parent c8a25a78
Branches
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
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
lineinfile: lineinfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment