File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 5252 - ansible_facts['os_family'] == "RedHat"
5353 - not __ssh_is_ostree | bool
5454 changed_when : true
55+ when : not __bootc_validation | d(false)
5556
5657 - name : Make sure manual pages, gawk and bash are installed
5758 package :
9495 name : linux-system-roles.ssh
9596 vars :
9697 __ssh_supports_validate : false
97- ssh_config_file : /tmp/ssh_config
98+ ssh_config_file : /etc/test_ssh_config
9899 ssh :
99100 " {{ ssh_c }}"
101+ when : not __bootc_validation | d(false)
102+
103+ - name : Create QEMU deployment during bootc end-to-end test
104+ delegate_to : localhost
105+ command : " {{ lsr_scriptdir }}/bootc-buildah-qcow.sh {{ ansible_host }}"
106+ changed_when : true
107+ when : ansible_connection == "buildah"
100108
101109 - name : Download the configuration file
102110 slurp :
103- src : /tmp/ssh_config
111+ src : /etc/test_ssh_config
104112 register : config
105113
106114 - name : Verify the options are in the file
You can’t perform that action at this time.
0 commit comments