My container.yml:
version: "1"
services:
web:
image: busybox:latest
registries: {}
main.yml:
- hosts:
tasks:
- name: Copy something
copy: src=start_here.sh dest=/etc/start_here.sh
I keep encountering the following error:
ERROR: for ansible-container Container command '/usr/local/bin/builder.sh' not found or does not exist.