From: nicoo Date: Fri, 7 Feb 2020 12:42:15 +0000 (+0100) Subject: deb: Apply 'base' role after apt-cacher-ng is set up X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=cf6fe48ed62a953e7f885fc5a9db20a2ac221b99 deb: Apply 'base' role after apt-cacher-ng is set up --- 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