Reviewed-on: #637
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-01-05 14:43:57 +01:00 committed by mg
parent 6157fa5d48
commit 87ecbf6353
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@
- name: Info
ansible.builtin.debug:
msg: Pool auf pbs.mgrote.net mounten!
when: (upgrade.changed and inventory_hostname = 'pbs.mgrote.net')
when: (upgrade.changed and inventory_hostname == 'pbs.mgrote.net')