Stop using os_stack module
This redirect does not work or won't work in the future. Note: This adds ansible-core to test-requirements.txt, we may need to add requirements.txt and ansible collections in ansible-collections-requirements.yml in the future. Change-Id: Iffb41b68283f77050d8073364156cc0aca85559e
This commit is contained in:
parent
be59ccd8c6
commit
e7fcfa1c0c
@ -12,7 +12,7 @@
|
||||
mode: 0755
|
||||
|
||||
- name: Remove stack
|
||||
os_stack:
|
||||
openstack.cloud.stack:
|
||||
name: "{{ stack_name }}"
|
||||
cloud: "{{ cloud_name }}"
|
||||
state: absent
|
||||
|
@ -1 +1,2 @@
|
||||
ansible-core>=2.11,<2.12
|
||||
jinja2
|
||||
|
Loading…
Reference in New Issue
Block a user