diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-15 21:35:13 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-15 21:35:13 +0100 |
commit | c1daa61121ad6800bff06e9b194d402a511d67a8 (patch) | |
tree | f548ca0e1c98cfc3042e1ea3ba689a44df7b808a | |
parent | 67d7cace94af60ace2c81042d91016eb55db6656 (diff) |
ansible: suppress warning about python
-rw-r--r-- | ansible/ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 4419295..4c15ae0 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -6,3 +6,4 @@ host_key_checking = False retry_files_enabled = False inventory = ./inventory.proxmox.yaml vault_password_file = ./.vault_password +interpreter_python = auto_silent |