We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c6288 commit 97e1662Copy full SHA for 97e1662
changelogs/molecule-opensuse.yml
@@ -0,0 +1,3 @@
1
+---
2
+bugfixes:
3
+ - "moledule: missing ssh-client for opensuse in szenario default (oravirt#469)"
extensions/molecule/default/converge.yml
@@ -10,6 +10,11 @@
10
name: cronie
11
when: ansible_distribution_major_version | int == 9
12
13
+ - name: Install ssh-client on openSuSE
14
+ ansible.builtin.package:
15
+ name: openssh-clients
16
+ when: ansible_os_family == 'Suse'
17
+
18
- name: "Import common"
19
ansible.builtin.import_role:
20
name: opitzconsulting.ansible_oracle.common
0 commit comments