---

- hosts:
    - "pedant_env_{{ deploy_target }}_deploy_runner"
  tags:
    - init-deploy-runner
  become: true
  roles:
    - role: almaops.ct_gitlab_runner

...
