Skip to content

Commit a2cc6a1

Browse files
Undo changes
1 parent 058e36d commit a2cc6a1

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/test_roles_pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ jobs:
5151
max-parallel: 2
5252
matrix:
5353
distro:
54-
- centos8
55-
#- rockylinux8
56-
#- ubuntu2204
54+
- rockylinux8
55+
- ubuntu2204
5756
scenario:
5857
- elasticstack_default
5958
release:

molecule/elasticstack_default/converge.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
- name: Install rsyslog
5050
ansible.builtin.package:
5151
name: rsyslog
52-
- name: Remove cache # noqa: risky-shell-pipe
53-
ansible.builtin.shell: >
54-
if test -n "$(ps -p $$ | grep bash)"; then set -o pipefail; fi;
55-
rm -rf /var/cache/*
56-
changed_when: false
5752
- name: Configure rsyslog
5853
ansible.builtin.lineinfile:
5954
line: "*.* @@localhost:514"

0 commit comments

Comments
 (0)