mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
check origin
This commit is contained in:
parent
d3ec97183d
commit
ab71d0a291
2 changed files with 27 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -261,6 +261,8 @@ ansible_inventory:
|
|||
echo " ansible_ssh_common_args: '-o StrictHostKeyChecking=no'" >> ansible_inventory
|
||||
|
||||
test-vm: ansible_inventory
|
||||
$(eval _VARS = IMAGE_REPO IMAGE_NAME IMAGE_TAG)
|
||||
|
||||
ansible -i ansible_inventory -m ansible.builtin.wait_for_connection vm
|
||||
|
||||
# install tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue