Fix checking focal for wrong task
This commit is contained in:
parent
2f05c3d3e8
commit
7fc422e571
@ -141,6 +141,7 @@
|
|||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- piper
|
- piper
|
||||||
|
when: ansible_distribution_release == "focal"
|
||||||
- name: Install packages without recommends
|
- name: Install packages without recommends
|
||||||
apt:
|
apt:
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
@ -153,7 +154,6 @@
|
|||||||
loop:
|
loop:
|
||||||
- "https://github.com/MultiMC/MultiMC5/releases/download/0.6.8/multimc_1.4-1.deb"
|
- "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"
|
- "https://d11yldzmag5yn.cloudfront.net/prod/5.0.399860.0429/zoom_amd64.deb"
|
||||||
when: ansible_distribution_release == "focal"
|
|
||||||
- name: Install desktop applications through pip3
|
- name: Install desktop applications through pip3
|
||||||
pip:
|
pip:
|
||||||
executable: "/usr/bin/pip3"
|
executable: "/usr/bin/pip3"
|
||||||
|
Loading…
Reference in New Issue
Block a user