-redo of some roles, particularly GUI -modifications to support working from a "Raspbian Lite" install
9 lines
179 B
YAML
9 lines
179 B
YAML
---
|
|
- name: clean hosts file
|
|
become: true
|
|
blockinfile:
|
|
path: /etc/hosts
|
|
marker: "# {mark} ANSIBLE MANAGED BLOCK"
|
|
content: ""
|
|
tags: clean_hosts
|