1 2 3 4 5 6 7 8 9 10 11
--- - name: Install dependencies apt: name: - apt-transport-https - ca-certificates - curl - software-properties-common - git state: present update_cache: yes