Skip to content

Commit 67598bf

Browse files
committed
tests: Add missing dependency on Fedora 42
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 33d77d2 commit 67598bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/tests_all_options.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@
5353
- not __ssh_is_ostree | bool
5454
changed_when: true
5555

56-
- name: Make sure manual pages and bash are installed
56+
- name: Make sure manual pages, gawk and bash are installed
5757
package:
5858
name:
5959
- "{{ (ansible_facts['os_family'] == 'RedHat') |
6060
ternary('man-db', 'man') }}"
61+
- gawk
6162
- bash
6263
- "{{ ssh_test_package }}"
6364
state: present

0 commit comments

Comments
 (0)