diff options
Diffstat (limited to 'tests/files/ansible/host-config.yml')
-rw-r--r-- | tests/files/ansible/host-config.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/files/ansible/host-config.yml b/tests/files/ansible/host-config.yml deleted file mode 100644 index c4c8e6eb9..000000000 --- a/tests/files/ansible/host-config.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- name: Provision the operation system for tests - # testing - # hosts: all - # live - hosts: tag_Name_test_runner - remote_user: ubuntu - roles: - - docker - - common |