]> arthur.barton.de Git - AnsibleRoles.git/commitdiff
sshd: Update for Debian 9 "stretch"
authorAlexander Barton <alex@barton.de>
Thu, 17 Aug 2017 15:08:52 +0000 (17:08 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 17 Aug 2017 15:08:52 +0000 (17:08 +0200)
There is no "openssh-blacklist-extra" package any more.

roles/sshd/tasks/main.yml

index 9a108d6051793dbf76bee633343948eca87519a6..0a24d01fedc91a9367fada1a3692396f5a5b0ed5 100644 (file)
@@ -7,10 +7,7 @@
     - sshd
   apt: >
     state=present
-    name={{ item }}
-  with_items:
-    - openssh-blacklist-extra
-    - ssh
+    name=ssh
   when: "ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'"
 
 - name: ensure service "ssh" is enabled and started