diff options
Diffstat (limited to 'tests/files/ansible/ec2-setup.yml')
-rw-r--r-- | tests/files/ansible/ec2-setup.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/files/ansible/ec2-setup.yml b/tests/files/ansible/ec2-setup.yml index 787d8670e..37396d523 100644 --- a/tests/files/ansible/ec2-setup.yml +++ b/tests/files/ansible/ec2-setup.yml @@ -1,6 +1,6 @@ --- - name: Provision EC2 instances - hosts: local + hosts: localhost gather_facts: false roles: - ec2 |