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

Stop firewalld if already running and disable it.

parent bfae094e
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