Fix checking focal for wrong task

This commit is contained in:
Salt 2020-05-24 23:05:45 -05:00
parent 2f05c3d3e8
commit 7fc422e571

View File

@ -141,6 +141,7 @@
apt:
name:
- piper
when: ansible_distribution_release == "focal"
- name: Install packages without recommends
apt:
install_recommends: no
@ -153,7 +154,6 @@
loop:
- "https://github.com/MultiMC/MultiMC5/releases/download/0.6.8/multimc_1.4-1.deb"
- "https://d11yldzmag5yn.cloudfront.net/prod/5.0.399860.0429/zoom_amd64.deb"
when: ansible_distribution_release == "focal"
- name: Install desktop applications through pip3
pip:
executable: "/usr/bin/pip3"