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