homeserver/playbooks/on-off/remove_apt_list.yml

11 lines
192 B
YAML
Raw Normal View History

2021-02-12 10:32:22 +01:00
---
- hosts: all
become: yes
tasks:
- name: remove Packages
become: yes
ansible.builtin.file:
path: /etc/apt/sources.list.d/debian.list.list
state: absent