1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-20 16:33:18 +00:00
community.general/v2/samples/lookup_file.yml
2015-01-09 09:37:45 -06:00

5 lines
138 B
YAML

- hosts: localhost
connection: local
gather_facts: no
tasks:
- debug: msg="the pubkey is {{lookup('file', '~/.ssh/id_rsa.pub')}}"