Added missing 'import datetime'

This commit is contained in:
Kevin Veen-Birkenbach 2025-05-15 18:53:37 +02:00
parent 9c45d070b4
commit 2302cbfeb4
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

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."""