diff --git a/ansible-daily b/ansible-daily new file mode 100644 index 0000000..ad7ef1b --- /dev/null +++ b/ansible-daily @@ -0,0 +1,7 @@ +- hosts: localhost + remote_user: root + - name: Update and Upgrade Ubuntu + apt: + upgrade: yes + update_cache: yes + cache_valid_time: 86400 #One day \ No newline at end of file