Skip to content

Commit

Permalink
suse support
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-rudnouski committed Jul 25, 2024
1 parent 3ceec36 commit 7cce4fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/repository_install/Suse.yml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
---
- name: Jenkins Repository
community.general.zypper_repository:
name: jenkins
repo: "{{ jenkins_zypper_repo_url }}"
state: present
3 changes: 3 additions & 0 deletions vars/Suse.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
jenkins_requirements: []

jenkins_config_service_path: /etc/sysconfig/jenkins

jenkins_zypper_repo_url: https://pkg.jenkins.io/opensuse-stable/?ssl_verify=no

0 comments on commit 7cce4fa

Please sign in to comment.