Update playbook.yml

This commit is contained in:
2025-07-21 22:24:52 +07:00
parent fb60c41aaa
commit 585ab4f29b

View File

@@ -54,6 +54,11 @@
mode: '0644' mode: '0644'
notify: notify:
- "update-go-env" - "update-go-env"
- name: Добавляем CLI утилиты
shell: "go install {{ item }}"
args: /bin/bash
loop:
- "github.com/pressly/goose/cmd/goose@latest"
handlers: handlers:
- name: Применение переменных окружения - name: Применение переменных окружения