Remove stuff

This commit is contained in:
Sam A. 2023-10-29 20:51:25 +01:00
parent ee351c8304
commit c2c0e482ba
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -44,25 +44,3 @@
- python3-pip - python3-pip
- ufw - ufw
- unattended-upgrades - 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