12 lines
238 B
YAML
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
|