Fix erroneous OS condition check

This commit is contained in:
Salt 2020-09-02 22:12:47 -05:00
parent 02f06efdcd
commit 4178990345

View File

@ -50,4 +50,4 @@
- screen
- vim
become: yes
when: ansible_distribution == "postmarketOS"
when: ansible_distribution == "Alpine"