mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-29 03:04:29 +00:00
Refactored project{,_info} modules
Change-Id: I863d08c42b4c708444b74e3d47f0ca70a8ff94fd
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
state: present
|
||||
name: "shared_net_test_1"
|
||||
description: "Project that contains the subnet to be shared"
|
||||
domain_id: default
|
||||
enabled: True
|
||||
domain: default
|
||||
is_enabled: True
|
||||
register: project_1
|
||||
|
||||
- name: Create the network to be shared
|
||||
@@ -37,8 +37,8 @@
|
||||
state: present
|
||||
name: "shared_net_test_2"
|
||||
description: "Project that contains the subnet to be shared"
|
||||
domain_id: default
|
||||
enabled: True
|
||||
domain: default
|
||||
is_enabled: True
|
||||
register: project_2
|
||||
|
||||
- name: Share the network with the second project
|
||||
|
||||
Reference in New Issue
Block a user