home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit de4ed539b9d6641c2d962b74e468ae0c8cdd7326
parent dee60f1f9e27bccd6f77446cb0d8e60531e2dc4e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  2 Jul 2019 10:08:33 +0200

ansible: add goimports to dev role

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mroles/dev/tasks/main.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/roles/dev/tasks/main.yml b/roles/dev/tasks/main.yml @@ -25,6 +25,7 @@ with_items: - golang - golang-docs + - golang-googlecode-tools-goimports - name: install toolbox become: yes package: name={{item}} state=present