--- - 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