I am using a playbook task to run a docker containers, it’s running correctly except that it is not running with the --privileged option although I am choosing privileged=yes:
Can you share the output of ansible --version ?
Same here with docker_container, completely ignores privileged: true.