Add a utility directory #16

Merged
otthorn merged 7 commits from add_utils into master 2021-02-11 22:39:44 +01:00
Showing only changes of commit 2f0d6be4e9 - Show all commits

View file

@ -3,10 +3,11 @@
# Check for the distribution
- hosts: localhost
tasks:
- name: Delete local tmp file
file:
path: /tmp/ansible_dump_dist_version.txt
state: absent
- name: Make sure local file exist but is empty # weird hack, I know
copy:
dest: /tmp/ansible_dump_reboot_needed.txt
content: ""
force: true
- hosts: all,!unifi
tasks: