Based on my testing I believe that this line: https://github.com/yunity/yuca/blob/6c6f8a37d4152f6d9c74c4059d1a144f5317905f/roles/nextcloud-upgrade/tasks/main.yml#L9 Should be: ```yml failed_when: "'No update available' not in command_result.stdout and 'Update successful' not in command_result.stdout" ``` The "*Update successful*" output is on stabndard out and not standard error.
Based on my testing I believe that this line:
https://github.com/yunity/yuca/blob/6c6f8a37d4152f6d9c74c4059d1a144f5317905f/roles/nextcloud-upgrade/tasks/main.yml#L9
Should be:
The "Update successful" output is on stabndard out and not standard error.