Files
sib_26_lookups/lookup.yml
2023-06-09 12:02:05 +02:00

6 lines
160 B
YAML

---
- hosts: localhost
tasks:
- debug:
msg: "{{ lookup( 'ansible.builtin.ini', 'forks', section='defaults', file='/etc/ansible/ansible.cfg' ) }}"