7 lines
135 B
Bash
7 lines
135 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
mkdir -p roles.extern
|
||
|
|
||
|
git submodule add https://git.velt.biz/Ansible/roles_timesync.git roles.extern/roles_timesync
|
||
|
|