This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
10sr
/
dotfiles-mirror
огледало од
https://github.com/10sr/dotfiles.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
ansible: check if ansible is installed
pull/1/head
10sr
пре 10 година
родитељ
4054abafb4
комит
b339377511
1 измењених фајлова
са
8 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
ansible/run.sh
+ 8
- 0
ansible/run.sh
Прегледај датотеку
@@ -1,3 +1,11 @@
#!/bin/sh
set -e
if ! command -v ansible-playbook >/dev/null
then
echo 'Command not found: ansible-playbook'
echo 'Install ansible first.'
exit 1
fi
ansible-playbook -i hosts ansible.yml --ask-sudo-pass
Write
Preview
Loading…
Откажи
Сачувај