Skip to content
Snippets Groups Projects
Commit 60e67b00 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

doc: describe why certain tasks are skipped during tests

parent ade11a85
No related branches found
No related tags found
1 merge request!1Feature: GitLab-CI
...@@ -22,4 +22,5 @@ ...@@ -22,4 +22,5 @@
ansible.builtin.systemd: ansible.builtin.systemd:
name: "squid.service" name: "squid.service"
state: restarted state: restarted
# Don't run systemd restart handler, because SystemD isn't available in the Docker container during Molecule tests.
tags: [molecule-notest] tags: [molecule-notest]
...@@ -19,4 +19,5 @@ ...@@ -19,4 +19,5 @@
- name: configure iptables firewall - name: configure iptables firewall
ansible.builtin.import_tasks: "configure-iptables.yml" ansible.builtin.import_tasks: "configure-iptables.yml"
# don't run iptables tasks, because iptables can't be used in an unprivileged Docker container
tags: [iptables, molecule-notest] tags: [iptables, molecule-notest]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment