Skip to content

Commit 23775fb

Browse files
committed
revert to devnet-2 for now
1 parent ba0bb74 commit 23775fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/ansible.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ansible_managed = Ansible managed. Don't change this file manually. Template info: {{{{ (template_fullpath | replace(playbook_dir,'')) }}}}
33
stdout_callback = default
44
result_format = yaml
5-
inventory = inventories/devnet-3/inventory.ini
5+
inventory = inventories/devnet-2/hetzner_inventory.ini
66
roles_path = vendor/roles/:roles
77
collections_path = vendor/collections
88
forks = 100
@@ -19,7 +19,7 @@ fact_caching = jsonfile
1919
# Keep facts forever
2020
fact_caching_timeout = 0
2121
# Where to store the fact cache
22-
fact_caching_connection = tmp/devnet-3/
22+
fact_caching_connection = tmp/devnet-2/
2323
2424
[inventory]
2525
enable_plugins = script, yaml, ini

0 commit comments

Comments
 (0)