Has anyone else experienced this issue with ansible vault when provisioning?

The task:

- name: set up bitbucket key
  copy: src=roles/users/files/{{ item.username }}/bitbucket dest=/home/{{ 
item.username }}/.ssh/bitbucket owner=ash group=ash mode=0644
  with_items: users

"src=roles/users/files/{{ item.username }}/bitbucket" is a file encrypted 
with ansible vault and is the only encrypted file in the playbook.

Provisioning with:
`ansible-playbook -i ansible/production_inventory -l webservers 
ansible/playbook.yml --vault-password-file=~/.ansible_vault_pass.txt`
does copy the file to the server but the file remains encrypted.

-- 
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/227f5137-42d2-4a19-a071-95998cf3df23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to