mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
74ace093b8
Retains the old name by making a symlink. We can remove it in a later release.
13 lines
212 B
YAML
13 lines
212 B
YAML
---
|
|
|
|
- name: Create pool
|
|
bigip_pool:
|
|
lb_method: "round-robin"
|
|
name: "cs1.pool"
|
|
state: "present"
|
|
register: result
|
|
|
|
- name: Assert Create pool
|
|
assert:
|
|
that:
|
|
- result|changed
|