ansible/samples/lookup_file.yml

6 lines
138 B
YAML
Raw Normal View History

2015-01-09 16:37:31 +01:00
- hosts: localhost
connection: local
gather_facts: no
tasks:
- debug: msg="the pubkey is {{lookup('file', '~/.ssh/id_rsa.pub')}}"