fix: update Docker image to pass initial checks

This commit is contained in:
2025-08-14 07:46:08 -07:00
parent 6131f838c2
commit 4a43ab51ff
3 changed files with 12 additions and 6 deletions

View File

@@ -34,6 +34,9 @@ inputs:
vault_password:
description: The password used for decrypting vaulted files
required: false
remote_user:
description: The username to use when connecting to remote hosts (defaults to 'ansible')
required: false
become:
description: Set to "true" if root is required for running your playbook
required: false