aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/add_custom_repos
diff options
context:
space:
mode:
authorStepan Andrushko <stepanx.andrushko@intel.com>2018-05-24 13:13:40 +0300
committerStepan Andrushko <stepanx.andrushko@intel.com>2018-08-15 21:12:20 +0300
commita16d55707c10a368b5aa2f9b7e595751978c3b04 (patch)
tree2e3c7e030bbbd8c28e458423c0e250ca3cd2ec6c /ansible/roles/add_custom_repos
parent29b6e112447ef79827de96414ec6d82c14ae9a37 (diff)
Add virtual image generation to install script
Update install.yaml with image generation: nsb and normal. JIRA: YARDSTICK-1198 Change-Id: I3b8773e9b3b9890ae8623bb6536d05f1151d84a8 Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Diffstat (limited to 'ansible/roles/add_custom_repos')
-rw-r--r--ansible/roles/add_custom_repos/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/add_custom_repos/tasks/main.yml b/ansible/roles/add_custom_repos/tasks/main.yml
index 7341ad07d..b1dfd542d 100644
--- a/ansible/roles/add_custom_repos/tasks/main.yml
+++ b/ansible/roles/add_custom_repos/tasks/main.yml
@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
-- include: "{{ target_os|lower }}.yml"
+- include_tasks: "{{ target_os|lower }}.yml"