Add ansible target
This commit is contained in:
parent
c6313d9848
commit
ceeb370d39
2 changed files with 26 additions and 0 deletions
|
|
@ -88,4 +88,8 @@ fi
|
|||
if [ -z "$TASK" ] || [ "$TASK" == "torrent" ]; then
|
||||
make_torrent "$NAME.squashfs"
|
||||
fi
|
||||
if [ "$TASK" == "ansible" ]; then
|
||||
cd /ansible
|
||||
/usr/bin/ansible-playbook "$@"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue