vulcanus

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

main.yml (118B)


      1 - name: Update apt chache and upgrade all packages
      2   apt:
      3     update_cache: yes
      4     upgrade: safe
      5     autoremove: yes