make sure /root/scripts exists

This commit is contained in:
staticsafe 2019-07-12 23:13:40 -04:00
parent 1ca719c43f
commit 616b5c1a83
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
# This task adds a daily cron job to do apt related maintenance
# Update repos, update packages, autoremove packages
- name: Ensure /root/scripts exists
file:
path: /root/scripts
state: directory
- name: Copy cron script
copy:
src: apt-maintenance.sh