- name: Create Gitea Repos and Org gitea_create_repos: url: "{{ gitea_url }}" password: "{{ gitea_root_password }}" always_update: "{{ gitea_always_update }}" # Lookup runs locally on the calling machine, so doesn't need # /opt/project-config remotely projects: "{{ lookup('file', '/opt/project-config/gerrit/projects.yaml') | from_yaml }}"