Skip to content

Fix YAML lint failures in Kafka, AA, and recceiver role files - #1

Open
shroffk with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-lint-failure
Open

shroffk with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-lint-failure

Conversation

Copilot AI commented Sep 15, 2026

Copy link
Copy Markdown

This updates the YAML files called out by the failing lint GitHub Actions job. The failure was caused by formatting defects in repository YAML content rather than task logic.

  • Normalize invalid YAML formatting

    • Replaced tab indentation with spaces in:
      • roles/phoebus_services_kafka/defaults/main.yml
      • roles/phoebus_services_aa/tasks/main.yml
  • Normalize line endings in new recceiver role files

    • Converted CRLF to LF in:
      • roles/phoebus_services_recceiver/defaults/main.yml
      • roles/phoebus_services_recceiver/meta/main.yml
      • roles/phoebus_services_recceiver/tasks/main.yml
  • Remove remaining yamllint violations in AA tasks

    • Removed trailing whitespace
    • Restored a missing final newline
    • Tightened inline mapping spacing in loop items
    • Files:
      • roles/phoebus_services_aa/tasks/dependencies.yml
      • roles/phoebus_services_aa/tasks/install_aa.yml
  • Representative cleanup

    phoebus_services_kafka_controller_quorum_voters:
      - "1@localhost:9093"
    
    - ansible.builtin.include_tasks: configure_ssl.yml
      when: aa_enable_ssl | bool

@shroffk
shroffk marked this pull request as ready for review September 15, 2026 15:49
Co-authored-by: shroffk <2111304+shroffk@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job lint Fix YAML lint failures in Kafka, AA, and recceiver role files Sep 15, 2026
Copilot AI requested a review from shroffk September 15, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants