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 058e36d commit a2cc6a1Copy full SHA for a2cc6a1
.github/workflows/test_roles_pr.yml
@@ -51,9 +51,8 @@ jobs:
51
max-parallel: 2
52
matrix:
53
distro:
54
- - centos8
55
- #- rockylinux8
56
- #- ubuntu2204
+ - rockylinux8
+ - ubuntu2204
57
scenario:
58
- elasticstack_default
59
release:
molecule/elasticstack_default/converge.yml
@@ -49,11 +49,6 @@
49
- name: Install rsyslog
50
ansible.builtin.package:
name: rsyslog
- - name: Remove cache # noqa: risky-shell-pipe
- ansible.builtin.shell: >
- if test -n "$(ps -p $$ | grep bash)"; then set -o pipefail; fi;
- rm -rf /var/cache/*
- changed_when: false
- name: Configure rsyslog
ansible.builtin.lineinfile:
line: "*.* @@localhost:514"
0 commit comments