0ae478ac78
This meant that we can't actually run fact checks and the evaluation of that bool fails again! This reverts commit 092d874e6fe78937a308b686b56b835cc3bf23ea. Change-Id: Iab9e396bef03417e2dda19efab7da7d2bf92ee8b
32 lines
868 B
YAML
32 lines
868 B
YAML
---
|
|
# Copyright 2018, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
- import_tasks: "python_venv_preflight.yml"
|
|
tags:
|
|
- always
|
|
|
|
- import_tasks: "python_venv_wheel_build.yml"
|
|
run_once: yes
|
|
tags:
|
|
- build
|
|
|
|
- import_tasks: "python_venv_install.yml"
|
|
tags:
|
|
- install
|
|
|
|
- import_tasks: "python_venv_set_facts.yml"
|
|
tags:
|
|
- install
|