Update playbook.yml
This commit is contained in:
@@ -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: Применение переменных окружения
|
||||||
|
|||||||
Reference in New Issue
Block a user