Add clear-firewall role to bandit playbook

This change adds the clear-firewall role to the osh-infra-bandit
playbook to resolve an issue with coredns not coming up when
this job is ran on an ubuntu focal node.

Change-Id: I189ceff30271f3a478aff697b84709b19d0b09fc
This commit is contained in:
Gage Hugo 2022-05-03 14:55:46 -05:00
parent e568acf53d
commit 690258b221
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
- hosts: all
name: openstack-helm-infra-bandit
tasks:
- name: Clear firewall
include_role:
name: clear-firewall
- name: Install Required Packages and Setup Host
shell: |