3
0
forked from jakub/ansible

Refactor update_collabora.yml: remove unnecessary comments for clarity

This commit is contained in:
fencl
2025-10-05 10:10:26 +02:00
parent b7d968b8cc
commit 31771567b0
2 changed files with 2 additions and 18 deletions

View File

@@ -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

View File

@@ -1,3 +1,4 @@
# nextcloud/update_collabora.yml
- name: Update Collabora CODE on VM via Proxmox
hosts: proxmox
gather_facts: false