--- - hosts: frames become: yes tasks: - name: Refresh package list apt: cache_valid_time: 3600 - name: Update installed packages apt: upgrade: dist - name: Update restic command: restic self-update - name: /usr/bin/rclone rclone shell: curl https://rclone.org/install.sh | bash ignore_errors: yes - name: Update FileBrowser shell: curl -fsSL https://filebrowser.org/get.sh | bash