theforeman / foreman_rh_cloud

a plugin to Foreman that generates and uploads reports to the Red Hat cloud
GNU General Public License v3.0
6 stars 30 forks source link

Ensure Configure Cloud Connector runs as root #848

Closed ekohl closed 11 months ago

ekohl commented 11 months ago

When a user has set the REX user as non-root, this task fails. Setting become to true means it will attempt to use sudo, which allows it to work in more cases.

Replacement of https://github.com/theforeman/foreman_rh_cloud/pull/791