From cf6fe48ed62a953e7f885fc5a9db20a2ac221b99 Mon Sep 17 00:00:00 2001 From: nicoo Date: Fri, 7 Feb 2020 13:42:15 +0100 Subject: [PATCH] deb: Apply 'base' role after apt-cacher-ng is set up --- ansible/host_playbooks/deb.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/host_playbooks/deb.yml b/ansible/host_playbooks/deb.yml index 0686cef..2f928b2 100644 --- a/ansible/host_playbooks/deb.yml +++ b/ansible/host_playbooks/deb.yml @@ -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 -- 1.7.10.4