I have the following playbook:

---
-
  hosts: localhost
  tasks:
  - include_vars:
      file: /path/to/my/vault/encrypted/file
      name: secrets
  - subversion:
      repo: https://path/to/my/repo
      dest: /tmp/checkout
      username: username
      password: secrets.svn_pass
      export: yes


with the password file containing

svn_pass: my_svn_password

Yet the playbook fails with an authentication issue, but if I put the 
password in in plaintext (obviously for testing!) the state passes 
smoothly. What's going wrong here?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/b817b60e-e253-4ce3-ad2d-d2f63dd3fe8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to