generated from the-liberated-edge/wikijs
# Issue This PR implements the-liberated-edge/test_linux_containers#8 # Acceptance criteria - [x] The existing playbook has been amended, so that it creates and publishes container images to an incus server running locally. - [x] Container image name has been parameterised and provided as an Ansible variable. Co-authored-by: Emil <emil@theliberatededge.org> Reviewed-on: #22
7 lines
226 B
YAML
7 lines
226 B
YAML
---
|
|
- ansible.builtin.include_tasks: container.yml
|
|
- ansible.builtin.include_tasks: ume.yml
|
|
when: lte_container_state == 'present'
|
|
- ansible.builtin.include_tasks: openssh-server.yml
|
|
when: lte_container_state == 'present'
|