Files
test/tasks/Debian-default.yml
T
jmrothst 41ca1713c8 More ansible 2.20 fixes
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-05-04 22:02:19 -05:00

10 lines
186 B
YAML

---
# tasks file for ensure_ansible_prereq
- name: 'repository changes'
ansible.builtin.lineinfile:
path: '/etc/apt/sources.list'
state: 'absent'
regexp: 'deb cdrom:'
...