Skip to content

Commit

Permalink
⚡️ IMPROVE: update yaml code first line
Browse files Browse the repository at this point in the history
  • Loading branch information
asapdotid committed Oct 20, 2023
1 parent 93019c4 commit fe281f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- name: (Heandler) Reload firewalld
ansible.builtin.service:
name: firewalld
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
galaxy_info:
role_name: firewall
author: asapdotid
Expand Down
1 change: 1 addition & 0 deletions tasks/configure-firewalld.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- name: FIREWALLD | Start and enable firewalld
ansible.builtin.service:
name: "{{ _firewall_name }}"
Expand Down
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- name: FIREWALL | Include distribution specific variables
ansible.builtin.include_vars: "{{ lookup('first_found', params) }}"
vars:
Expand Down
2 changes: 1 addition & 1 deletion tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
when:
- kernel_version is version('4.14', '>=')
- kernel_version is version('5', '<')
tags:
tags:-
- firewall

- name: FIREWALL | Install dependencies
Expand Down

0 comments on commit fe281f0

Please sign in to comment.