Skip to content

Commit

Permalink
Fix name in role description
Browse files Browse the repository at this point in the history
molecule test reports [1]:

    WARNING  Computed fully qualified role name of clickhouse does not follow current galaxy requirements.
    Please edit meta/main.yml and assure we can correctly determine full role name:

    galaxy_info:
    role_name: my_name  # if absent directory name hosting role is used instead
    namespace: my_galaxy_namespace  # if absent, author is used instead

  [1]: https://github.com/semrush/ansible-role-clickhouse/actions/runs/11680520443/job/32523748372
  • Loading branch information
azat committed Nov 5, 2024
1 parent b1ee146 commit f2a74d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
galaxy_info:
role_name: clickhouse
namespace: semrush
author: ClickHouse Team <[email protected]>
description: Next-gen ansible role for ClickHouse with YAML
min_ansible_version: "2.8"
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
tasks:
- name: Apply clickhouse role
include_role:
name: clickhouse
name: semrush.clickhouse
tags:
- clickhouse_install

0 comments on commit f2a74d2

Please sign in to comment.