Closed InsideTheVoid closed 3 weeks ago
@InsideTheVoid would you like to submit a patch?
@sshnaidm Could you please let me know if everything looks as it should?
@InsideTheVoid yeah, totally fine. Please sign a commit with git commit --amend -s
and feel free to make a PR to this repo.
The quadlet example on Ansible Community Documentation uses
Pull=true
which is not supported.Podman reports
Error: unsupported pull policy "true"
.The example should be changed to one of these choices:
"missing"
"always"
"never"
"newer"