Merge pull request #217 from saito-hideki/pr/restructure_test_for_authorized_key

Restructure integration tests for authorized_key module

SUMMARY
Split the large tasks/main.yml in integration tests to each function block and use import_tasks to import for them.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME

tests/integration/targets/authorized_key/

ADDITIONAL INFORMATION

None
This commit is contained in:
ansible-zuul[bot]
2021-07-08 12:27:01 +00:00
committed by GitHub
7 changed files with 486 additions and 474 deletions

View File

@@ -0,0 +1,3 @@
---
trivial:
- authorized_key - Split tasks/main.yml in integration tests to each function block.