From 388257d3e17bc8aada2926cf3015f47f0d252311 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 19 Oct 2021 15:10:09 +0200 Subject: switch back to ansible PPA for focal --- chaos-at-home/ch-equinox-t450s.yml | 5 +---- chaos-at-home/ch-equinox-ws.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'chaos-at-home') diff --git a/chaos-at-home/ch-equinox-t450s.yml b/chaos-at-home/ch-equinox-t450s.yml index f2dc1bdc..dc8585ad 100644 --- a/chaos-at-home/ch-equinox-t450s.yml +++ b/chaos-at-home/ch-equinox-t450s.yml @@ -9,6 +9,7 @@ - role: core/cpu-microcode - role: apt-repo/backports - role: apt-repo/spreadspace + - role: apt-repo/ansible - role: apt-repo/tor-project - role: apt-repo/kubic-project - role: apt-repo/kubernetes @@ -21,10 +22,6 @@ - role: network/wireguard/base - role: ws/minet post_tasks: - - name: install ansible via pip - pip: - name: ansible>=4.4,<5.0 - - name: disable caps-lock lineinfile: path: /etc/default/keyboard diff --git a/chaos-at-home/ch-equinox-ws.yml b/chaos-at-home/ch-equinox-ws.yml index 9c6e6b5f..c51f5aec 100644 --- a/chaos-at-home/ch-equinox-ws.yml +++ b/chaos-at-home/ch-equinox-ws.yml @@ -10,6 +10,7 @@ - role: network/wakeonlan - role: apt-repo/backports - role: apt-repo/spreadspace + - role: apt-repo/ansible - role: apt-repo/tor-project - role: apt-repo/kubic-project - role: apt-repo/kubernetes @@ -17,10 +18,6 @@ - role: ws/base - role: core/admin-users post_tasks: - - name: install ansible via pip - pip: - name: ansible>=4.4,<5.0 - - name: disable caps-lock lineinfile: path: /etc/default/keyboard -- cgit v1.2.3