summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roles/cli/tasks/main.yaml')
-rw-r--r--tests/roles/cli/tasks/main.yaml44
1 files changed, 0 insertions, 44 deletions
diff --git a/tests/roles/cli/tasks/main.yaml b/tests/roles/cli/tasks/main.yaml
deleted file mode 100644
index f709887..0000000
--- a/tests/roles/cli/tasks/main.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
----
-- block:
- - name: prepare containers nginxc
- import_tasks: prepare-containers.yaml
- tags:
- - nginxc
-
- - name: buildah containers
- import_tasks: containers.yaml
- tags:
- - ctr
-
- - name: buildah from
- import_tasks: from.yaml
- tags:
- - from
-
- - name: buildah mount
- import_tasks: mount.yaml
- tags:
- - mount
-
- - name: buildah tag
- import_tasks: tag.yaml
- tags:
- - tag
-
- - name: buildah config
- import_tasks: config.yaml
- tags:
- - config
-
- - name: buildah push
- import_tasks: push.yaml
- tags:
- - push
-
- - name: buildah build-using-dockerfile
- import_tasks: bud.yaml
- tags:
- - bud
-
- always:
- - import_tasks: cleanup.yaml