ansible/test/integration/targets/bigip_configsync_action/tasks/setup.yaml
Tim Rupp 74ace093b8 Renames the bigip_configsync_actions module (#29747)
Retains the old name by making a symlink. We can remove it in a later
release.
2017-09-12 05:53:44 +01:00

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