5 lines
114 B
Bash
Executable file
5 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
|
|
clear
|
|
echo "" > ansible.log
|
|
/workspace/dev/ansible/minilab/.venv/bin/ansible-playbook update.yaml $@
|