hotfix: Update 'ansible_python_interpreter' specification

This commit is contained in:
Dylan Rathbone
2020-11-03 13:35:23 +10:00
parent 20ed39d9af
commit e0036eb24f
2 changed files with 3 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
[defaults]
retry_files_enabled = False
callback_whitelist = profile_tasks
callback_whitelist = profile_tasks
interpreter_python="/usr/bin/env python3"