@@ -54,12 +54,24 @@ class DeploymentMode(enum.Enum):
54
54
"global_description" : _ ("Upload collections to any existing namespace." ),
55
55
"ui_category" : _ ("Collection Namespaces" ),
56
56
},
57
+ "ansible.view_collection" : {
58
+ "name" : _ ("View collection" ),
59
+ "object_description" : _ ("View this collection." ),
60
+ "global_description" : _ ("View any existing collection." ),
61
+ "ui_category" : _ ("Collections" ),
62
+ },
57
63
"ansible.delete_collection" : {
58
64
"name" : _ ("Delete collection" ),
59
65
"object_description" : _ ("Delete this collection." ),
60
66
"global_description" : _ ("Delete any existing collection." ),
61
67
"ui_category" : _ ("Collections" ),
62
68
},
69
+ "ansible.view_ansible_repo_content" : {
70
+ "name" : _ ("View Ansible repo content" ),
71
+ "object_description" : _ ("View content of this Ansible repository." ),
72
+ "global_description" : _ ("View collections in any existing namespace." ),
73
+ "ui_category" : _ ("Collections" ),
74
+ },
63
75
"ansible.modify_ansible_repo_content" : {
64
76
"name" : _ ("Modify Ansible repo content" ),
65
77
"object_description" : _ ("Modify content of this Ansible repository." ),
0 commit comments