Files
michaelschiemer/scripts/extract-ci-token.yml

12 lines
238 B
YAML

---
- hosts: localhost
connection: local
gather_facts: no
vars_files:
- deployment/ansible/secrets/production.vault.yml
tasks:
- name: Extract CI_TOKEN
debug:
msg: "{{ vault_git_token }}"
no_log: false