blob: 30cee7613cb39f5e2afe9daba09b428c203304bd (
plain)
1
2
3
4
5
6
|
- hosts: localhost
gather_facts: false
tasks:
- name: Start podman build for ansible_ee.containerfile
ansible.builtin.shell: podman build -f ansible_ee.containerfile -t localhost/ansible_ee
|