mirror of https://github.com/ansible/ansible.git
Fix resource name length.
parent
e10c0d11ff
commit
f328c0e259
@ -1,3 +1,3 @@
|
||||
---
|
||||
# defaults file for test_ec2_eip
|
||||
tag_prefix: '{{resource_prefix}}'
|
||||
tag_prefix: '{{resource_prefix[:32]}}'
|
||||
|
||||
Loading…
Reference in New Issue