- name: Chrony installieren dnf: name=chrony update_cache=no state=latest - name: repository holen shell: "dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo" - name: repository holen docker shell: "dnf install -y docker-ce --nobest" - name: PIP3 installieren dnf: name=python3-pip update_cache=no state=latest - name: docker-python shell: "pip3 install docker"