Browse Source

Install cmake in devel role

Matthias Vogelgesang 10 years ago
parent
commit
5c369ff075
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/devel/tasks/main.yml

+ 1 - 0
roles/devel/tasks/main.yml

@@ -2,6 +2,7 @@
 - name: install common development tools
   zypper: name={{ item }} state=present
   with_items:
+    - cmake
     - git
     - gcc
     - glib2-devel