aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.