diff options
Diffstat (limited to 'tests/files/ansible/ec2-setup.yml')
-rw-r--r-- | tests/files/ansible/ec2-setup.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/files/ansible/ec2-setup.yml b/tests/files/ansible/ec2-setup.yml deleted file mode 100644 index 37396d523..000000000 --- a/tests/files/ansible/ec2-setup.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -- name: Provision EC2 instances - hosts: localhost - gather_facts: false - roles: - - ec2 - - tasks: - - include: roles/ec2/tasks/setup.yml |