Compare commits
4 Commits
feature/bi
...
cb20db00af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb20db00af | ||
|
|
a4f06d3daf | ||
|
|
282e7601b4 | ||
| f15d33b619 |
@@ -54,8 +54,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install --no-cache-dir \
|
pip install --no-cache-dir \
|
||||||
ansible \
|
ansible \
|
||||||
molecule[podman] \
|
molecule \
|
||||||
podman-compose \
|
molecule-podman \
|
||||||
pyyaml \
|
pyyaml \
|
||||||
jinja2
|
jinja2
|
||||||
|
|
||||||
|
|||||||
@@ -105,6 +105,7 @@
|
|||||||
|
|
||||||
- name: Verify no critical errors in logs
|
- name: Verify no critical errors in logs
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
|
set -o pipefail
|
||||||
if grep -i "error" /var/log/named/default.log | grep -v "error reporting" > /dev/null; then
|
if grep -i "error" /var/log/named/default.log | grep -v "error reporting" > /dev/null; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user