Remove stuff
This commit is contained in:
parent
ee351c8304
commit
c2c0e482ba
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue