Skip to content
Snippets Groups Projects
Commit f9aeccce authored by Arne Øslebø's avatar Arne Øslebø
Browse files

add firewalld as required package

parent 50cb97fe
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
- name: Install required packages - name: Install required packages
yum: yum:
name: ["docker-ce","docker-ce-cli","containerd.io","python-pip","unzip"] name: ["docker-ce","docker-ce-cli","containerd.io","python-pip","unzip","firewalld"]
state: latest state: latest
validate_certs: no validate_certs: no
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux' when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment