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:
parent
6a959fbaec
commit
5f9a604e65
1 changed files with 7 additions and 6 deletions
|
@ -9,13 +9,14 @@
|
||||||
tags: internetarchive
|
tags: internetarchive
|
||||||
|
|
||||||
# Until porting complete (@jvonau helping transition to Python 3)
|
# Until porting complete (@jvonau helping transition to Python 3)
|
||||||
- name: 'Install Python 2.7 packages: python, python-pip'
|
#- name: 'Install Python 2.7 packages: python, python-pip'
|
||||||
package:
|
# package:
|
||||||
name:
|
# name:
|
||||||
- python
|
# - python
|
||||||
- python-pip # Used by Admin Console
|
# - python-pip # Used by Admin Console
|
||||||
state: present
|
# state: present
|
||||||
|
|
||||||
|
# To be ported soon
|
||||||
- name: CAPTIVE PORTAL
|
- name: CAPTIVE PORTAL
|
||||||
include_tasks: roles/captive-portal/tasks/main.yml
|
include_tasks: roles/captive-portal/tasks/main.yml
|
||||||
when: captive_portal_install | bool
|
when: captive_portal_install | bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue