fix typo in var name

This commit is contained in:
Sleuth 2022-11-08 15:08:24 -05:00
parent 413c8b4cec
commit bb11740a06
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
ansible.builtin.apt:
update_cache: yes
when: ansible_facts['os_family'] == "Debian" and
pip_sync_repospip_sync_repos is true
pip_sync_repos is true
- name: Ensure Pip is installed.
package: