Fixed typo

This commit is contained in:
Radar231 2022-05-22 22:31:26 -04:00
parent 196044c156
commit dba46d34ce
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
purge: true
when: ansible_os_family == "Debian"
- name: Clean up any packages left in the 'rc' state (Debina based distros)
- name: Clean up any packages left in the 'rc' state (Debian based distros)
shell:
cmd: /usr/bin/apt -y --purge remove $(dpkg -l | grep "^rc " | sed 's/ \+/ /g' | cut -d ' ' -f2)
when: ansible_os_family == "Debian"