diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-12-21 17:00:46 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-12-21 17:00:46 +0000 |
commit | 8703356cb37724a3f15c586828fbd20617f162fb (patch) | |
tree | cae5af4d46c27444f0bfc530c2cb791c06056976 | |
parent | 8c88bcf1d2c7232415a5cccd1bba1268d7bbd5a0 (diff) | |
download | infra-8703356cb37724a3f15c586828fbd20617f162fb.tar.gz infra-8703356cb37724a3f15c586828fbd20617f162fb.tar.bz2 infra-8703356cb37724a3f15c586828fbd20617f162fb.zip |
Add `jq`, `tree` and `man-pages` to dev role
-rw-r--r-- | roles/dev/tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/dev/tasks/main.yml b/roles/dev/tasks/main.yml index 2cc3e13..5593dac 100644 --- a/roles/dev/tasks/main.yml +++ b/roles/dev/tasks/main.yml @@ -9,4 +9,7 @@ - make - cmake - ctags + - jq + - tree + - man-pages state: present |