generated from the-liberated-edge/wikijs
9 lines
243 B
YAML
9 lines
243 B
YAML
---
|
|
- name: Create and publish Linux container image to a local image server
|
|
hosts: localhost
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Create a test container image template
|
|
ansible.builtin.import_role:
|
|
name: linux_container
|