Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.
This repository was archived by the owner on May 20, 2024. It is now read-only.

Possible error in Nextcloud upgrade role #15

@chriscroome

Description

@chriscroome

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:

  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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions