mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
remove strict_install flag - # out 2-common pip install code
This commit is contained in:
parent
017f854e31
commit
4cf1c6af2d
2 changed files with 4 additions and 9 deletions
|
@ -4,7 +4,6 @@ gui_version: 2
|
||||||
|
|
||||||
# These entries should never be changed in this file.
|
# These entries should never be changed in this file.
|
||||||
# These are defaults for boolean routines,
|
# These are defaults for boolean routines,
|
||||||
strict_install: True
|
|
||||||
installing: False
|
installing: False
|
||||||
NUC6_firmware_needed: False
|
NUC6_firmware_needed: False
|
||||||
exFAT_enabled: False
|
exFAT_enabled: False
|
||||||
|
|
|
@ -84,13 +84,11 @@
|
||||||
- pandoc
|
- pandoc
|
||||||
- lynx
|
- lynx
|
||||||
|
|
||||||
- name: Install pip as a commonly required package management system
|
#- name: Install pip as a commonly required package management system
|
||||||
command: curl https://bootstrap.pypa.io/get-pip.py -o {{ downloads_dir }}/get-pip.py
|
# command: curl https://bootstrap.pypa.io/get-pip.py -o {{ downloads_dir }}/get-pip.py
|
||||||
when: not strict_install
|
|
||||||
|
|
||||||
- name: Run the install script for pip
|
#- name: Run the install script for pip
|
||||||
command: python {{ downloads_dir }}/get-pip.py
|
# command: python {{ downloads_dir }}/get-pip.py
|
||||||
when: not strict_install
|
|
||||||
|
|
||||||
- name: Install Common python packages
|
- name: Install Common python packages
|
||||||
package: name={{ item }}
|
package: name={{ item }}
|
||||||
|
@ -98,7 +96,6 @@
|
||||||
with_items:
|
with_items:
|
||||||
- python-pip
|
- python-pip
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
when: strict_install
|
|
||||||
|
|
||||||
- name: Update common packages (not debian
|
- name: Update common packages (not debian
|
||||||
package: name={{ item }}
|
package: name={{ item }}
|
||||||
|
@ -119,7 +116,6 @@
|
||||||
- iptables
|
- iptables
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
|
|
||||||
# instuctions state to start with a fully updated system before starting, stop using
|
# instuctions state to start with a fully updated system before starting, stop using
|
||||||
# ansible as a crutch for developers not following the directions and taking short-cuts
|
# ansible as a crutch for developers not following the directions and taking short-cuts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue