summaryrefslogtreecommitdiff
path: root/samples/lookup_file.yml
blob: 15cec9d294248d364869e66d484951442d718292 (plain)
1
2
3
4
5
- hosts: localhost
  connection: local
  gather_facts: no
  tasks:
  - debug: msg="the pubkey is {{lookup('file', '~/.ssh/id_rsa.pub')}}"