mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Clean up and migrate Azure tests. (#28103)
* Remove placeholder Azure test. * Migrate Azure tests to ansible-test. * Initial cleanup on remaining legacy Azure tests.
This commit is contained in:
@@ -11,12 +11,8 @@
|
||||
value: testvm9910001
|
||||
ubuntuOSVersion:
|
||||
value: "14.04.2-LTS"
|
||||
# debug: "{{ playbook_debug }}"
|
||||
register: output
|
||||
|
||||
- debug: var=output
|
||||
when: playbook_debug
|
||||
|
||||
- name: Add new instance to host group
|
||||
add_host:
|
||||
hostname: "{{ item.vm_name }}"
|
||||
|
||||
Reference in New Issue
Block a user