This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-laptop/roles/prog/tasks/c.yml

9 lines
139 B
YAML

---
- name: install c dev tools and libraries
apt:
name:
- build-essential
- clang-tidy
- cmake
state: present