From 31771567b0f98a46beb2e648c84e69cb1a457ce8 Mon Sep 17 00:00:00 2001 From: fencl Date: Sun, 5 Oct 2025 10:10:26 +0200 Subject: [PATCH] Refactor update_collabora.yml: remove unnecessary comments for clarity --- nextcloud/check_stack_nextcloud.yml | 19 +------------------ nextcloud/update_collabora.yml | 1 + 2 files changed, 2 insertions(+), 18 deletions(-) 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