bitwarden

This commit is contained in:
jaydee 2024-11-14 17:36:32 +01:00
parent 83c08fd38d
commit 569bce3719

View File

@ -19,4 +19,4 @@
mode: '0600' mode: '0600'
- name: Print - name: Print
ansible.builtin.debug: ansible.builtin.debug:
msg: "the value of foo.txt is {{ lookup('ansible.builtin.file', '$HOME/.ssh/id_rsa.pub') }}" msg: "the value of foo.txt is {{ lookup('ansible.builtin.file', '/home/jd/.ssh/id_rsa.pub') }}"