Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
refactor(ansible): remove iptables task
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Nov 29, 2023
1 parent 9965c43 commit 817e9df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
17 changes: 0 additions & 17 deletions ansible/roles/prereq/tasks/iptables.yml

This file was deleted.

3 changes: 0 additions & 3 deletions ansible/roles/prereq/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
- name: Setup cgroup options
ansible.builtin.import_tasks: cgroup.yml
when: "ansible_architecture == 'armv7l'"
# - name: Setup iptables
# ansible.builtin.import_tasks: iptables.yml
# when: "ansible_architecture == 'armv7l'"
- name: Setup containerd
ansible.builtin.import_tasks: containerd.yml
- name: Setup nfs
Expand Down

0 comments on commit 817e9df

Please sign in to comment.