This repository has been archived on 2021-09-08. You can view files and clone it, but cannot push or open issues/pull-requests.
localdev-playbooks/apt.yml

6 lines
170 B
YAML
Raw Normal View History

2021-04-16 12:59:28 -04:00
---
- name: install apt applications
apt:
name: jq,vim,emacs,curl,htop,tmux,git,build-essential,libssl-dev,libncurses5-dev,cmake,fzf,awscli,most
state: present