2021-12-24 13:41:02 +01:00
|
|
|
#! bin/bash
|
2021-12-24 13:47:13 +01:00
|
|
|
wget https://git.jatus.tech/Jatus/workstation-setup/raw/branch/main/requirments.yml
|
2021-12-24 13:41:02 +01:00
|
|
|
ansible-galaxy install -r requirments.yml
|
2021-12-27 14:11:20 +01:00
|
|
|
ansible-pull -U https://git.jatus.tech/Jatus/workstation-setup.git -K
|