- 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 # project-config remotely projects: "{{ lookup('file', project_config_src + '/gerrit/projects.yaml') | from_yaml }}"