Skip to content

Commit

Permalink
Ensure Configure Cloud Connector runs as root
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ekohl committed Oct 17, 2023
1 parent 02e5b9e commit 02cde89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/job_templates/cloud_connector.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ feature: ansible_configure_cloud_connector

---
- hosts: all
become: true
vars:
satellite_cloud_connector_url: "<%= foreman_server_url %>"
roles:
Expand Down

0 comments on commit 02cde89

Please sign in to comment.