--- - name: Manage extinct_potato's personal cloud hosts: all tasks: - name: Ensure Python3 is default become: yes community.general.alternatives: name: python path: /usr/bin/python3 link: /usr/bin/python - name: Install GIT become: yes apt: name: git state: present update_cache: yes