ikke-t / awx_pod

Ansible role to install Ansible AWX into pod using podman.
55 stars 19 forks source link

Error: /home/awx/SECRET_FILE:/etc/tower/SECRET_KEY:z:ro: incorrect volume forma, awx_pod version 15.0.1 #29

Open brianmillett opened 3 years ago

brianmillett commented 3 years ago

Cloned the latest (20201108) of awx_pod & podman-container-systemd.

Using as run-awx.yml BEGIN

Installation works just fine, however I can not get it to start due the following error:

$ sudo /usr/bin/podman play kube /etc/containers/pods/awx.yaml Error: /home/awx/SECRET_FILE:/etc/tower/SECRET_KEY:z:ro: incorrect volume format, should be [host-dir:]ctr-dir[:option]

It looks like it should work, but at a lose right now

357up commented 3 years ago

Removing :z flag from all files (not folders) in /etc/containers/pods/awx.yaml file fixed that error for me.