Skip to content
Snippets Groups Projects
Commit 12b2e48e authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Merge branch 'fix-must-disable-firewalld' into 'main'

Disable firewalld in ansible for compute packer build

Closes #48

See merge request rc/packer-openstack-hpc-image!32
parents 5a18200b 6b8742a0
No related branches found
No related tags found
1 merge request!32Disable firewalld in ansible for compute packer build
......@@ -118,3 +118,9 @@
- name: Install zsh
import_tasks: zsh.yml
- name: Disable firewalld
ansible.builtin.service:
name: firewalld
state: stopped
enabled: no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment