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.
This commit is contained in:
parent
94ef24974a
commit
cb0ca89994
2 changed files with 163 additions and 173 deletions
|
@ -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…
Reference in a new issue