From: Zack Cerza Date: Thu, 27 Jan 2022 20:55:11 +0000 (-0700) Subject: testnode: Skip static IP setup in containers X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=af3de0cf8c4312fa8a299ae74ed1ac19ad6db601;p=ceph-cm-ansible.git testnode: Skip static IP setup in containers Signed-off-by: Zack Cerza --- diff --git a/roles/testnode/tasks/apt_systems.yml b/roles/testnode/tasks/apt_systems.yml index cc759fd8..5d5b843f 100644 --- a/roles/testnode/tasks/apt_systems.yml +++ b/roles/testnode/tasks/apt_systems.yml @@ -70,7 +70,9 @@ append: yes - import_tasks: static_ip.yml - when: "'vps' not in group_names" + when: + - "'vps' not in group_names" + - not containerized_node - name: Stop apache2 service: