1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

remove python2.7 addon

This commit is contained in:
Jerry Vonau 2019-11-28 02:14:06 -06:00
parent 6a959fbaec
commit 5f9a604e65

View file

@ -9,13 +9,14 @@
tags: internetarchive
# Until porting complete (@jvonau helping transition to Python 3)
- name: 'Install Python 2.7 packages: python, python-pip'
package:
name:
- python
- python-pip # Used by Admin Console
state: present
#- name: 'Install Python 2.7 packages: python, python-pip'
# package:
# name:
# - python
# - python-pip # Used by Admin Console
# state: present
# To be ported soon
- name: CAPTIVE PORTAL
include_tasks: roles/captive-portal/tasks/main.yml
when: captive_portal_install | bool