Explorar o código

Install cmake in devel role

Matthias Vogelgesang %!s(int64=10) %!d(string=hai) anos
pai
achega
5c369ff075
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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