Unify check_mode/changed_when for variable registrations
This commit is contained in:
parent
1045dc0235
commit
ead5431ebe
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
path: "{{ ruby_path }}/versions/{{ ruby_version.stdout }}"
|
||||
register: ruby_installed
|
||||
changed_when: false
|
||||
check_mode: false
|
||||
|
||||
- name: "ruby installieren"
|
||||
command:
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
ansible.builtin.command: cat "{{ zammad_home }}/.ruby-version"
|
||||
register: ruby_version
|
||||
changed_when: false
|
||||
check_mode: false
|
||||
|
||||
- name: "zammad | Kopiere Skripte"
|
||||
ansible.builtin.template:
|
||||
|
|
Loading…
Reference in a new issue