Add some docker util scripts

This commit is contained in:
Jake Howard
2020-02-02 22:20:17 +00:00
parent 035ff0ac24
commit 7f1be920d6
5 changed files with 49 additions and 0 deletions

View File

@ -35,3 +35,10 @@
name: clean up docker containers
special_time: weekly
job: "docker system prune"
- name: Install util scripts
copy:
src: ./files/docker-utils
dest: "{{ home }}"
mode: 0755
directory_mode: 0755