change service module enabled to true

This commit is contained in:
Ruben Blanco 2023-12-19 14:13:53 +01:00
parent 8a5468b093
commit d49df34eb3
1 changed files with 11 additions and 11 deletions

View File

@ -35,6 +35,6 @@
- name: service nftables should start on boot
service:
name: "{{ nftables_daemon }}"
enabled: yes
enabled: true
notify: restart nftables
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++