You've already forked role_nftables
feat: Create role
This commit is contained in:
8
tasks/installation.yml
Normal file
8
tasks/installation.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# tasks file for nftables
|
||||
|
||||
- name: Install nftables
|
||||
ansible.builtin.apt:
|
||||
state: present
|
||||
name: nftables
|
||||
when: ansible_facts['pkg_mgr'] == "apt"
|
||||
Reference in New Issue
Block a user