Browse Source

Puppet:
- "DEPRECATION WARNING" behoben

erdo_king 4 years ago
parent
commit
c179985730
1 changed files with 1 additions and 2 deletions
  1. 1 2
      roles/puppet/tasks/main.yml

+ 1 - 2
roles/puppet/tasks/main.yml

@@ -6,10 +6,9 @@
 
 - name: Install puppet
   apt:
-    name: "{{ item }}"
+    name: ['puppet'] 
     update_cache: yes
   with_items:
-    - puppet
 
 - name: Start puppet
   systemd: