ansible/host: Fix indentation
authorMartin Schwenke <martin@meltin.net>
Tue, 8 Oct 2019 04:44:34 +0000 (15:44 +1100)
committerMartin Schwenke <martin@meltin.net>
Tue, 8 Oct 2019 04:44:34 +0000 (15:44 +1100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
ansible/host/autocluster_setup_centos7.yml

index 3f9583ca5ddf4d98708ec23663e02541184ad56a..9dd3bb88fdafe01994ca320a422e40b2d5f2274f 100644 (file)
 
   # Need to add a restart or "exportfs -r"
   - name: export /home via NFS
-  template:
-    # This can be parameterised later when there are host onfig variables
-    src:  home_exports.j2
-    dest: /etc/exports.d/autocluster-home.exports
+    template:
+      # This can be parameterised later when there are host onfig variables
+      src:  home_exports.j2
+      dest: /etc/exports.d/autocluster-home.exports
 
   - name: ensure an NTP server is installed
     package: