実行すると以下のエラーが発生します
$ ansible-container ビルド
ERROR: for ansible-container Container command '/usr/local/bin/builder.sh' not found or does not exist.
ansible/container.yml
version: "1"
services:
web:
image: busybox:latest
registries: {}
ansible/main.yml
- hosts:
tasks:
- name: Copy something
copy: src=start_here.sh dest=/etc/start_here.sh