mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Tiny typo in comment (date)
This commit is contained in:
parent
aa694e6016
commit
34672c05ed
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
package:
|
||||
name: python2
|
||||
state: present
|
||||
when: not (is_debian_9 or is_debian_10 or is_ubuntu_16 or is_ubuntu_17 or is_ubuntu_18 or is_ubuntu_19) # 2020-03-26: Testing for {is_raspbian_9, is_raspbian_10} is not currently nec, as testing for {is_debian_9, is_debian_10} covers that already.
|
||||
when: not (is_debian_9 or is_debian_10 or is_ubuntu_16 or is_ubuntu_17 or is_ubuntu_18 or is_ubuntu_19) # 2020-03-27: Testing for {is_raspbian_9, is_raspbian_10} is not currently nec, as testing for {is_debian_9, is_debian_10} covers that already.
|
||||
|
||||
- name: Use pip to install KA Lite static to {{ kalite_venv }}
|
||||
pip:
|
||||
|
|
Loading…
Reference in a new issue