solution tp prelim
This commit is contained in:
5
lookup.yml
Normal file
5
lookup.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- debug:
|
||||
msg: "{{ lookup( 'ansible.builtin.ini', 'forks', section='defaults', file='/etc/ansible/ansible.cfg' ) }}"
|
||||
Reference in New Issue
Block a user