- hosts: "localhost:!disabled" name: "System-config: Update the system-config repo on bridge" connection: local gather_facts: false tasks: - name: Make sure system-config repo is up to date git: repo: https://opendev.org/opendev/system-config dest: /opt/system-config force: yes