Update playbook.yml
This commit is contained in:
@@ -54,11 +54,13 @@
|
||||
mode: '0644'
|
||||
notify:
|
||||
- "update-go-env"
|
||||
|
||||
- name: Добавляем CLI утилиты
|
||||
shell: "go install {{ item }}"
|
||||
args: /bin/bash
|
||||
shell: go install {{ item }}
|
||||
args:
|
||||
executable: /bin/bash
|
||||
loop:
|
||||
- "github.com/pressly/goose/cmd/goose@latest"
|
||||
- github.com/pressly/goose/cmd/goose@latest
|
||||
|
||||
handlers:
|
||||
- name: Применение переменных окружения
|
||||
|
||||
Reference in New Issue
Block a user