cloudcscale_floating_ip: add types (#56924)

This commit is contained in:
René Moser 2019-06-03 10:43:32 +02:00 committed by GitHub
commit 0c66a5d3ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 9 deletions

View file

@ -17,7 +17,7 @@
register: test02
- include_tasks: floating_ip.yml
with_items:
loop:
- { 'ip_version': 4, 'reverse_ptr': '{{ cloudscale_resource_prefix }}-4.example.com' }
- { 'ip_version': 6, 'reverse_ptr': '{{ cloudscale_resource_prefix }}-6.example.com' }
- { 'ip_version': 6, 'prefix_length': 56 }