1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/prepare_ios_tests/tasks/main.yml
2017-08-01 14:33:04 +05:30

14 lines
385 B
YAML

---
- name: Ensure we have loopback 888 for testing
ios_config:
src: config.j2
authorize: yes
provider: "{{ cli }}"
# Some AWS hostnames can be longer than those allowed by the system we are testing
# Truncate the hostname
# http://jinja.pocoo.org/docs/2.9/templates/#truncate
- set_fact:
shorter_hostname: '{{ inventory_hostname_short| truncate(10, True, "") }}'