Browse Source

Use undeprecated variable expansion syntax

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

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

@@ -1,6 +1,6 @@
 ---
 - name: install common development tools
-  zypper: name=$item state=present
+  zypper: name={{ item }} state=present
   with_items:
     - git
     - gcc