Skip to content

Commit 0417a84

Browse files
committed
molecule: add namespace to meta/main.yml
fixed: ERROR Computed fully qualified role name of postgresql_cluster 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 parent 5429441 commit 0417a84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meta/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
galaxy_info:
33
role_name: postgresql_cluster
4-
description: PostgreSQL High-Availability Cluster (based on Patroni).
4+
description: PostgreSQL High-Availability Cluster (based on Patroni)
5+
namespace: vitabaks
56
author: Vitaliy Kukharik ([email protected])
67
license: MIT
78

0 commit comments

Comments
 (0)