never report changed for init system detection
This commit is contained in:
parent
7006d56ab8
commit
be5fe9af54
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
fi
|
fi
|
||||||
always_run: True
|
always_run: True
|
||||||
register: init_system_output
|
register: init_system_output
|
||||||
|
changed_when: False
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
init_system: "{{ init_system_output.stdout }}"
|
init_system: "{{ init_system_output.stdout }}"
|
||||||
|
|
Loading…
Reference in a new issue