From c2c0e482ba175a811b1149691f73d99d16f00a53 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sun, 29 Oct 2023 20:51:25 +0100 Subject: [PATCH] Remove stuff --- roles/common/tasks/base.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/roles/common/tasks/base.yml b/roles/common/tasks/base.yml index 2f73c15..355a379 100644 --- a/roles/common/tasks/base.yml +++ b/roles/common/tasks/base.yml @@ -44,25 +44,3 @@ - python3-pip - ufw - unattended-upgrades - -- name: Clone apt-update-push - ansible.builtin.git: - dest: /home/{{ ansible_user }}/apt-update-push - repo: https://github.com/samsapti/apt-update-push.git - clone: true - update: true - single_branch: true - depth: 1 - become: false - notify: apt-update-push - -- name: Clone pi-fan-controller - ansible.builtin.git: - dest: /home/{{ ansible_user }}/pi-fan-controller - repo: https://github.com/Howchoo/pi-fan-controller.git - clone: true - update: false - single_branch: true - depth: 1 - become: false - notify: pi-fan-controller