- name: Install C/C++ development tools apt: name: - gcc - make - automake - g++ - cmake state: latest