--- - name: Enable sebool container_manage_cgroup hosts: oo_nodes_to_config gather_facts: false become: yes tasks: - name: Setting sebool container_manage_cgroup seboolean: name: container_manage_cgroup state: yes persistent: yes