diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-04 19:34:17 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-04 19:34:17 +0200 |
commit | c5f344aaa6b2d9af025f6712e0d3c218d62f87ed (patch) | |
tree | 710e6564ff0caeb530e4b797ebc8cc5166c92917 /roles | |
parent | apt: add a parameter to install packages (diff) | |
download | infra-ansible-c5f344aaa6b2d9af025f6712e0d3c218d62f87ed.tar.gz infra-ansible-c5f344aaa6b2d9af025f6712e0d3c218d62f87ed.zip |
workspace: install make
Diffstat (limited to '')
-rw-r--r-- | roles/workspace/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/workspace/tasks/main.yml b/roles/workspace/tasks/main.yml index a554ac0..e2eb943 100644 --- a/roles/workspace/tasks/main.yml +++ b/roles/workspace/tasks/main.yml @@ -12,6 +12,8 @@ ansible.builtin.apt: name: - git + # I use Makefiles a lot, makes sense to install this: + - make - vim - name: Configure git |