corrected typo

This commit is contained in:
Radar231 2022-01-03 14:23:42 -05:00
parent d2d63d5841
commit e1cb61d4ca
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
- debug: msg="Updating package cache"
- name: updated package cache (Debian based repos)
- name: updated package cache (Debian based distros)
apt:
update-cache: true
when: ansible_os_family == "Debian"