mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-22 15:25:25 +00:00
6 lines
262 B
Bash
6 lines
262 B
Bash
|
# Install Dependencies
|
||
|
ansible-galaxy collection install community.general
|
||
|
|
||
|
# Run Playbook
|
||
|
ANSIBLE_CONFIG=$(pwd)/ansible.cfg JUNIT_OUTPUT_DIR=/tmp/artifacts ansible-playbook playbooks/workstation.yml || (mv /tmp/artifacts/workstation-*.xml report.xml && exit 1)
|