Przeglądaj źródła

Do not query basic tools all the time

Matthias Vogelgesang 10 lat temu
rodzic
commit
aca03a6db7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      roles/common/tasks/main.yml

+ 1 - 1
roles/common/tasks/main.yml

@@ -1,6 +1,6 @@
 ---
 - name: install basic tools
-  zypper: name=$item state=latest
+  zypper: name=$item state=present
   with_items:
     - htop
     - tmux