aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2024-02-24 23:37:16 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2024-02-24 23:37:16 -0800
commit9c0a77aab260ebb9dd500b006c7c7f1e75c5544e (patch)
treeff5a3eb36ffa9e9e71da9a64a0221f56af2560a6 /ansible.cfg
parentgentoo_install: tweak to non-LVM rootfs (diff)
downloadansible-9c0a77aab260ebb9dd500b006c7c7f1e75c5544e.tar.gz
ansible-9c0a77aab260ebb9dd500b006c7c7f1e75c5544e.tar.bz2
ansible-9c0a77aab260ebb9dd500b006c7c7f1e75c5544e.zip
ansible: fix inventory & config
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 4ec9e53..0b850d5 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,7 +1,7 @@
[defaults]
inventory = inventory/ansible.ini
; Don't whine about the python interpreter
-interpreter_python = /usr/bin/python;
+;interpreter_python = /usr/bin/python;
; Don't wait for each host to finish.
strategy = free
; Run 10 hosts at once.