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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue