mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
address a few follow-up issues for Org -> Galaxy Credentials support
- add support for managing galaxy creds in the tower organization module - fix a minor serializer bug
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
- name: "Create a new organization"
|
||||
tower_organization:
|
||||
name: "{{ org_name }}"
|
||||
galaxy_credentials:
|
||||
- Ansible Galaxy
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
||||
Reference in New Issue
Block a user