You've already forked ansible-role-csf
fix: Apply linter fixes 🚨
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
- name: include OS-specific variables
|
||||
include_vars: '{{ item }}'
|
||||
with_first_found:
|
||||
- '{{ ansible_facts.os_family }}-{{ ansible_facts.distribution_major_version }}.yml'
|
||||
- >
|
||||
{{ ansible_facts.os_family }}-
|
||||
{{ ansible_facts.distribution_major_version }}.yml
|
||||
- '{{ ansible_facts.os_family }}.yml'
|
||||
- 'main.yml'
|
||||
tags:
|
||||
@@ -28,7 +30,7 @@
|
||||
service:
|
||||
name: '{{ item }}'
|
||||
state: started
|
||||
enabled: yes
|
||||
enabled: true
|
||||
loop:
|
||||
- csf
|
||||
- lfd
|
||||
|
||||
Reference in New Issue
Block a user