alvistack / ansible-role-podman

Ansible Role for Podman Installation
Apache License 2.0
57 stars 6 forks source link

ansible on localhost - Additional properties are not allowed ('pipelining', 'ssh_args' were unexpected) #12

Closed lvnilesh closed 1 year ago

lvnilesh commented 1 year ago
root@linux:~/.ansible/roles/podman# molecule converge -s default
CRITICAL Failed to validate /root/.ansible/roles/podman/molecule/default/molecule.yml

["Additional properties are not allowed ('pipelining', 'ssh_args' were unexpected)"]

The workaround is to delete three lines starting from https://github.com/alvistack/ansible-role-podman/blob/master/molecule/default/molecule.yml#L44

hswong3i commented 1 year ago

Please refer https://github.com/alvistack/ansible-role-podman/issues/13#issuecomment-1302965418 for some detail setup.

Moreover, these config is passing with our GitLab CI (see https://gitlab.com/alvistack/ansible-role-podman/-/jobs/3187525820), so it is most likely related to different setup ;-)