mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 10:40:33 +02:00
Added missing 'import datetime'
This commit is contained in:
parent
9c45d070b4
commit
2302cbfeb4
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."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user