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