diff --git a/update-upgrade.yaml b/update-upgrade.yaml new file mode 100644 index 0000000..cb453d2 --- /dev/null +++ b/update-upgrade.yaml @@ -0,0 +1,8 @@ +- name: Test playbook + hosts: all + tasks: + become: yes + apt: + update_cache: yes + upgrade: yes + cache_valid_time: 86400 \ No newline at end of file