]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Skip stopping apache2 in containers 691/head
authorZack Cerza <zack@redhat.com>
Mon, 25 Jul 2022 16:34:45 +0000 (10:34 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 25 Jul 2022 16:34:45 +0000 (10:34 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/testnode/tasks/apt_systems.yml

index e7d029530f47959e66f1cb03bc75f387167918c2..93d8cf8c49a7ba129f30cd0cd586f5d9d35aad35 100644 (file)
@@ -84,3 +84,5 @@
     state: stopped
   # There's an issue with ansible<=2.9 and our custom built kernels (5.8 as of this commit) where the service and systemd modules don't have backwards compatibility with init scripts
   ignore_errors: "{{ 'ceph' in ansible_kernel }}"
+  when:
+    - not containerized_node