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

9 lines
139 B
YAML
Raw Normal View History

2018-10-28 10:48:47 +01:00
---
2020-02-23 11:23:06 +01:00
- name: install c dev tools and libraries
2018-10-28 10:48:47 +01:00
apt:
name:
2020-02-23 11:23:06 +01:00
- build-essential
- clang-tidy
- cmake
2018-10-28 10:48:47 +01:00
state: present