roles/common/tasks/main.yml: Missing brackets around tags list.
[distorted-ansible] / roles / common / tasks / main.yml
index d6258e7..42bc86c 100644 (file)
@@ -47,7 +47,7 @@
 ### Network databases.
 
 - name: install netdb files
-  tags: netdb
+  tags: [netdb]
   copy: src=netdb/{{ item }} dest=/etc/
   with_items:
     - hosts
@@ -60,7 +60,9 @@
 - name: install SSH configuration files
   tags: [ssh, ssh-config]
   copy: src=ssh-config/{{ item }} dest=/etc/ssh/
-  notify: restart ssh
+  notify:
+    - make in /etc/ssh/
+    - restart ssh
   with_items:
     - Makefile
     - ssh_config