Files @ eb172883f16d
Branch filter:

Location: majic-ansible-roles/roles/bootstrap/defaults/main.yml

branko
Noticket: Fix the invocation of GnuPG to use the --no-tty option:

- At least in some cases GnuPG would otherwise fail to run.
1
2
3
---

ansible_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"