Skip to content

Commit

Permalink
Add variable to allow disabling cloud connector
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 3, 2021
1 parent d69a82c commit 35aa4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ skip_satellite_org_id_list:
- 0
source_display_name: "{{ satellite_url|urlsplit('hostname') }}"
http_proxy: ""
cloud_connector_enabled: true
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
- name: Enable Receptor systemd units
systemd:
unit: "receptor@{{ item }}.service"
enabled: yes
enabled: "{{ cloud_connector_enabled }}"
state: started
loop: "{{ account_dirs }}"
tags: install_into_systemd
Expand Down

0 comments on commit 35aa4c6

Please sign in to comment.