Started adding odo linux to ansible.
This commit is contained in:
@@ -18,8 +18,8 @@ shift 1
|
||||
|
||||
if [ "$target" = "homeserver" ]; then
|
||||
ansible-playbook -v -i environments/home playbook.yaml --diff --limit homeserver "${@}"
|
||||
elif [ "$target" = "dummy" ]; then
|
||||
echo "dummy"
|
||||
elif [ "$target" = "odolinux" ]; then
|
||||
ansible-playbook -v -i environments/laptop playbook.yaml --diff --limit odolinux "${@}"
|
||||
else
|
||||
die 1 "Unrecognized target"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user