Clean up punctuation
Change-Id: If4f3c6aaab636d375b61a56ca6db2f2c35bbb904 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
9a71107491
commit
af78311a05
@ -12,7 +12,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
- name: Define virtualenv_build_depends.
|
- name: Define virtualenv_build_depends
|
||||||
set_fact:
|
set_fact:
|
||||||
virtualenv_build_depends: "{{ __virtualenv_build_depends | list }}"
|
virtualenv_build_depends: "{{ __virtualenv_build_depends | list }}"
|
||||||
when: virtualenv_build_depends is not defined
|
when: virtualenv_build_depends is not defined
|
||||||
|
@ -12,14 +12,14 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
- name: Git clone virtualenv.
|
- name: Git clone virtualenv
|
||||||
become: yes
|
become: yes
|
||||||
git:
|
git:
|
||||||
dest: "{{ virtualenv_git_dest }}"
|
dest: "{{ virtualenv_git_dest }}"
|
||||||
repo: "{{ virtualenv_git_uri }}"
|
repo: "{{ virtualenv_git_uri }}"
|
||||||
version: "{{ virtualenv_git_version }}"
|
version: "{{ virtualenv_git_version }}"
|
||||||
|
|
||||||
- name: Pip install virtualenv from local git repo.
|
- name: Pip install virtualenv from local git repo
|
||||||
become: yes
|
become: yes
|
||||||
pip:
|
pip:
|
||||||
extra_args: "{{ virtualenv_pip_extra_args|default(omit) }}"
|
extra_args: "{{ virtualenv_pip_extra_args|default(omit) }}"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
- name: Install virtualenv using pip.
|
- name: Install virtualenv using pip
|
||||||
become: yes
|
become: yes
|
||||||
pip:
|
pip:
|
||||||
extra_args: "{{ virtualenv_pip_extra_args|default(omit) }}"
|
extra_args: "{{ virtualenv_pip_extra_args|default(omit) }}"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
- name: Include OS-specific variables.
|
- name: Include OS-specific variables
|
||||||
include_vars: "{{ ansible_os_family }}.yaml"
|
include_vars: "{{ ansible_os_family }}.yaml"
|
||||||
|
|
||||||
- include: "{{ virtualenv_task }}.yaml"
|
- include: "{{ virtualenv_task }}.yaml"
|
||||||
|
Loading…
Reference in New Issue
Block a user