Compare commits
1 Commits
master_pre
...
solution_p
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c656780cf |
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