1 Commits

Author SHA1 Message Date
3c656780cf solution tp prelim 2023-06-09 12:02:05 +02:00

5
lookup.yml Normal file
View File

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