We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0bb74 commit 23775fbCopy full SHA for 23775fb
ansible/ansible.cfg
@@ -2,7 +2,7 @@
2
ansible_managed = Ansible managed. Don't change this file manually. Template info: {{{{ (template_fullpath | replace(playbook_dir,'')) }}}}
3
stdout_callback = default
4
result_format = yaml
5
-inventory = inventories/devnet-3/inventory.ini
+inventory = inventories/devnet-2/hetzner_inventory.ini
6
roles_path = vendor/roles/:roles
7
collections_path = vendor/collections
8
forks = 100
@@ -19,7 +19,7 @@ fact_caching = jsonfile
19
# Keep facts forever
20
fact_caching_timeout = 0
21
# Where to store the fact cache
22
-fact_caching_connection = tmp/devnet-3/
+fact_caching_connection = tmp/devnet-2/
23
24
[inventory]
25
enable_plugins = script, yaml, ini
0 commit comments