mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-16 23:36:04 +02:00
Added missing 'import datetime'
This commit is contained in:
1
main.py
1
main.py
@@ -3,6 +3,7 @@
|
|||||||
import argparse
|
import argparse
|
||||||
import subprocess
|
import subprocess
|
||||||
import os
|
import os
|
||||||
|
import datetime
|
||||||
|
|
||||||
def run_ansible_vault(action, filename, password_file):
|
def run_ansible_vault(action, filename, password_file):
|
||||||
"""Execute an ansible-vault command with the specified action on a file."""
|
"""Execute an ansible-vault command with the specified action on a file."""
|
||||||
|
Reference in New Issue
Block a user