roles/common/handlers/main.yml: Move `make' handlers to the top.
[distorted-ansible] / roles / common / handlers / main.yml
index bf0b933..9f6624d 100644 (file)
@@ -5,6 +5,12 @@
 ---
 
 ###--------------------------------------------------------------------------
+### Rebuliding remote configuration files.
+
+- name: make in /root/.ssh/
+  command: make chdir=/root/.ssh/
+
+###--------------------------------------------------------------------------
 ### Restarting services in obvious ways.
 
 - name: restart ntpd
 - name: restart ssh
   service: name=ssh state=restarted
 
-###--------------------------------------------------------------------------
-### Rebuliding remote configuration files.
-
-- name: make in /root/.ssh/
-  command: make chdir=/root/.ssh/
-
 ###----- That's all, folks --------------------------------------------------