Skip to content

Commit

Permalink
Add the possibility to prevent the zypper repository installation (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-mayer authored Aug 17, 2022
1 parent 1a65a8c commit c1d03cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ datadog_ignore_old_centos_python3_error: false
# Use the datadog_zypper_repo variable to override the repository used.
datadog_zypper_repo: ""

# Define if the official zypper Datadog repository services should be installed
datadog_manage_zypper_repofile: yes

datadog_zypper_repo_gpgcheck: ""
datadog_zypper_gpgcheck: yes
datadog_zypper_gpgkey: "https://s3.amazonaws.com/public-signing-keys/DATADOG_RPM_KEY.public"
Expand Down
1 change: 1 addition & 0 deletions tasks/pkg-suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
group: "root"
mode: 0644
register: datadog_zypper_repo_template
when: datadog_manage_zypper_repofile

# refresh zypper repos only if the template changed
- name: refresh Datadog zypper_repos # noqa 503
Expand Down

0 comments on commit c1d03cc

Please sign in to comment.