deb: Apply 'base' role after apt-cacher-ng is set up
authornicoo <nicoo@realraum.at>
Fri, 7 Feb 2020 12:42:15 +0000 (13:42 +0100)
committernicoo <nicoo@realraum.at>
Fri, 7 Feb 2020 12:42:15 +0000 (13:42 +0100)
ansible/host_playbooks/deb.yml

index 0686cef..2f928b2 100644 (file)
@@ -1,9 +1,4 @@
 ---
-- name: Basic Setup for deb.realraum.at
-  hosts: deb
-  roles:
-  - role: base
-  
 - name: Set up data volume for apt-cacher-ng
   hosts: deb
   tasks:
@@ -99,3 +94,8 @@
         raspbian:
           - https://debian.ffgraz.net/raspbian
           - https://archive.raspbian.org/raspbian
+
+- name: Basic Setup for deb.realraum.at
+  hosts: deb
+  roles:
+  - role: base