redhat.satellite.content_view_publish ======================================= Publish a list of Content Views. Role Variables -------------- This role supports the [Common Role Variables](https://github.com/theforeman/foreman-ansible-modules/blob/develop/README.md#common-role-variables). ### Required - `satellite_content_views`: List of content views to publish Example Playbook ---------------- ```yaml - hosts: localhost roles: - role: redhat.satellite.content_view_publish vars: satellite_server_url: https://satellite.example.com satellite_username: "admin" satellite_password: "changeme" satellite_organization: "Default Organization" satellite_content_views: - RHEL 7 View - RHEL 8 View ```