16 lines
354 B
YAML
16 lines
354 B
YAML
# Ansible-based tests.
|
|
---
|
|
- hosts: localhost
|
|
tags:
|
|
- atomic
|
|
remote_user: root
|
|
vars:
|
|
use_git_build: True
|
|
tests: "."
|
|
tasks:
|
|
- import_tasks: tasks/disable-all-rpmmd-repos.yml
|
|
- import_tasks: tasks/install-git.yml
|
|
when: use_git_build
|
|
- import_tasks: tasks/query-host.yml
|
|
- import_tasks: destructive/staged-deploy.yml
|