whitespaces

This commit is contained in:
Jérémy Lecour 2017-03-30 16:05:46 +02:00 committed by Jérémy Lecour
parent 8ba9c0081a
commit cda0932aad
3 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@
changed_when: False
failed_when: False
check_mode: no
register: minifirewall_is_running
- debug:

View File

@ -13,7 +13,6 @@
stat:
path: /etc/init.d/minifirewall
check_mode: no
register: init_minifirewall
- name: init script is copied
@ -25,7 +24,6 @@
stat:
path: /etc/default/minifirewall
check_mode: no
register: default_minifirewall
- name: configuration is copied

View File

@ -3,7 +3,6 @@
stat:
path: /etc/default/minifirewall
check_mode: no
register: minifirewall_test
- block: