chore: update ansible.cfg to use hosts.ini
All checks were successful
Deploy / Prepare Build (push) Successful in 20s

This commit is contained in:
2025-09-22 19:52:54 +10:00
parent db1b58da4e
commit f5eaf862c2
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[defaults] [defaults]
inventory=hosts inventory=hosts.ini
deprecation_warnings=False deprecation_warnings=False
host_key_checking=False host_key_checking=False
interpreter_python=auto_silent interpreter_python=auto_silent

View File