Skip to content
Snippets Groups Projects
Commit f30272c4 authored by Paul's avatar Paul :turtle:
Browse files

fix ansible lint warnigns

parent 5f48e78d
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -2,4 +2,5 @@ skip_list: ...@@ -2,4 +2,5 @@ skip_list:
- 208 - 208
- 301 - 301
- 305 - 305
- 403
- 701 - 701
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
line: INTERFACESv4="ffhl" line: INTERFACESv4="ffhl"
- name: restart dhcpd - name: restart dhcpd
when: exit_traffic == false when: not exit_traffic
systemd: systemd:
enabled: no enabled: no
state: stopped state: stopped
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
- name: restart radvd - name: restart radvd
when: exit_traffic == false when: not exit_traffic
systemd: systemd:
state: stopped state: stopped
enabled: no enabled: no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment