File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 66 include_role :
77 name : linux-system-roles.postgresql
88 public : true
9+ when : __run_role | d(true) | bool
910
1011 - name : Flush handlers
1112 meta : flush_handlers
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: MIT
2+ ---
3+ - name : bootc end-to-end test
4+ hosts : all
5+ tags :
6+ - tests::bootc-e2e
7+ gather_facts : false
8+ tasks :
9+ - name : bootc image build preparation
10+ when : ansible_connection == "buildah"
11+ block :
12+ - name : Run postgresql role
13+ include_role :
14+ name : linux-system-roles.postgresql
15+
16+ - name : Create QEMU deployment
17+ delegate_to : localhost
18+ command : " {{ lsr_scriptdir }}/bootc-buildah-qcow.sh {{ ansible_host }}"
19+
20+ - name : Validation of deployed image
21+ when : ansible_connection | d("") != "buildah"
22+ block :
23+ - name : Test default settings
24+ include_tasks : tasks/install_and_check.yml
25+ vars :
26+ __run_role : false
27+ __test_clean_instance : false
28+ __postgresql_is_booted : true
29+ __test_check_version : true
You can’t perform that action at this time.
0 commit comments