diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-01-03 18:10:43 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-01-03 18:10:43 +0100 |
commit | c9a62e4f0fe53eeb2630544ed9033e65981c6183 (patch) | |
tree | 5e046c463119f49303e2d8ea665ce00fc09acd92 | |
parent | 8bfbb775cc569acee54da774927f1b7e8200ef1a (diff) | |
download | rules-c9a62e4f0fe53eeb2630544ed9033e65981c6183.tar.gz |
roles/workstation: Install go and python-qrencode
-rw-r--r-- | roles/workstation/defaults/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/workstation/defaults/main.yml b/roles/workstation/defaults/main.yml index 39d057c..919f2af 100644 --- a/roles/workstation/defaults/main.yml +++ b/roles/workstation/defaults/main.yml @@ -16,6 +16,7 @@ workstation_pkgs: - git-crypt - glances - gnupg + - go - gopass - htop - inotify-tools @@ -69,6 +70,7 @@ workstation_pkgs: - python-pipx - python-poetry - python-pynvim + - python-qrencode - signify - strace - tar |