Added missing 'import datetime'

This commit is contained in:
2025-05-15 18:53:37 +02:00
parent 9c45d070b4
commit 2302cbfeb4

View File

@@ -3,6 +3,7 @@
import argparse
import subprocess
import os
import datetime
def run_ansible_vault(action, filename, password_file):
"""Execute an ansible-vault command with the specified action on a file."""