diff --git a/nextcloud/check_stack_nextcloud.yml b/nextcloud/check_stack_nextcloud.yml index 3f5c65f..d747c0b 100644 --- a/nextcloud/check_stack_nextcloud.yml +++ b/nextcloud/check_stack_nextcloud.yml @@ -1,21 +1,4 @@ -# """ -# Run the command and check the response. -# -# :parameter command: The command to be executed. -# :parameter add_command: Whether to include the command in the database values. -# :parameter add_response: Whether to include the response in the database values. -# :parameter measurement: The measurement index for the command. -# :parameter measure_retries: The number of retries for measurement in case of failure. -# :parameter check_port: Whether to check the port before sending the command. -# :parameter response_equals: The expected response string to compare against. -# :parameter response_length: The expected length or format of the response. -# :parameter send_skipped: Whether to mark the test as skipped without execution. -# :parameter no_response: Whether to expect no response from the command. -# :parameter expect_patch_id_decimal: The expected patch ID in decimal format for validation. -# :parameter response_equals_match: The expected response string to match against. -# :return: RunResultType -# """ - +# nextcloud/check_stack_nextcloud.yml - name: Run Nextcloud maintenance on VM via Proxmox hosts: proxmox gather_facts: false diff --git a/nextcloud/update_collabora.yml b/nextcloud/update_collabora.yml index 042c2b6..16edfe9 100644 --- a/nextcloud/update_collabora.yml +++ b/nextcloud/update_collabora.yml @@ -1,3 +1,4 @@ +# nextcloud/update_collabora.yml - name: Update Collabora CODE on VM via Proxmox hosts: proxmox gather_facts: false