Fix integration test role syntax.

This does not fix the tests themselves, only the syntax (converting from playbooks to roles).
The aix_devices test fails due to use of unsupported state values.
pull/55901/head
Matt Clay 5 years ago
parent 94ef24974a
commit cb0ca89994

@ -1,9 +1,3 @@
---
- name: AIX devices tests
hosts: localhost
connection: local
tasks:
- name: Scan new devices.
aix_devices:
device: all

@ -1,7 +1,3 @@
---
- name: Testing aix_filesystem module.
hosts: lpar24
tasks:
- name: Umounting /testfs
aix_filesystem:
filesystem: /testfs

Loading…
Cancel
Save