Fix linting issues for ansible-lint 3.4.1
Preparing this role for the ansible-lint version bump Change-Id: I6f5a2b436044853f34e54b3527074c2d14075412
This commit is contained in:
parent
f7e63e3796
commit
c3af1f1a05
@ -14,9 +14,10 @@
|
||||
## Verbosity Options
|
||||
debug: False
|
||||
|
||||
# Set the package install state for distribution packages
|
||||
# Set the package install state for distribution and pip packages
|
||||
# Options are 'present' and 'latest'
|
||||
sahara_package_state: "latest"
|
||||
sahara_pip_package_state: "latest"
|
||||
|
||||
sahara_git_repo: https://git.openstack.org/openstack/sahara
|
||||
sahara_git_install_branch: master
|
||||
|
@ -106,7 +106,7 @@
|
||||
- name: Install pip packages (venv)
|
||||
pip:
|
||||
name: "{{ sahara_pip_packages | join(' ') }}"
|
||||
state: latest
|
||||
state: "{{ sahara_pip_package_state }}"
|
||||
virtualenv: "{{ sahara_bin | dirname }}"
|
||||
virtualenv_site_packages: "no"
|
||||
extra_args: "{{ pip_install_options_fact }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user