Просмотр исходного кода

Fix indentation in `justfile`

pull/5442/head
Slavi Pantaleev 2 дней назад
Родитель
Сommit
3c0f15a6f8
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      justfile

+ 3
- 3
justfile Просмотреть файл

@@ -22,10 +22,10 @@ roles:
#!/usr/bin/env sh
echo "[NOTE] This command just updates the roles, but if you want to update everything at once (playbook, roles, etc.) - use 'just update'"
if [ -x "$(command -v agru)" ]; then
agru
agru
else
rm -rf roles/galaxy
ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force
rm -rf roles/galaxy
ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force
fi

# Updates the playbook and installs the necessary Ansible roles pinned in requirements.yml. If a -u flag is passed, also updates the requirements.yml file with new role versions (if available)


Загрузка…
Отмена
Сохранить