Introduces LTE_IMAGE_NAME variable.

This commit is contained in:
Emil
2024-03-06 01:48:51 +01:00
parent c8878ad28b
commit 4dcdf45a12
6 changed files with 26 additions and 20 deletions

View File

@@ -2,7 +2,9 @@
- name: Create and publish Linux container image to a local image server
hosts: localhost
gather_facts: false
vars:
- lte_container_name: '{{ lte_image_name }}-container'
tasks:
- name: Create a test container image template
- name: Create a test container
ansible.builtin.import_role:
name: linux_container