solution tp prelim

This commit is contained in:
2023-06-09 12:02:05 +02:00
parent cd92148b2f
commit 3c656780cf

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' ) }}"