Force the generic python3 interpreter for python so we can safely handle in place OS upgrades on Fedora
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ fact_caching_connection = ./facts/
|
||||
inventory = ./inventory/
|
||||
forks = 5
|
||||
retry_files_enabled = False
|
||||
interpreter_python = auto
|
||||
interpreter_python = /usr/bin/python3
|
||||
callbacks_enabled = ansible.posix.profile_tasks,ansible.posix.profile_roles
|
||||
|
||||
[ssh_connection]
|
||||
|
||||
Reference in New Issue
Block a user