demo.yml 173 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 --- - hosts: 127.0.0.1 vars: - content: "{{ lookup('file', '../inventories/aws/group_vars/all.yml') }}" tasks: - debug: msg: 'content is : {{ content }}'