Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DUMMY - DO NOT MERGE - Dummy changes for semgrep demo #3448

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name: epel-release
state: installed
update_cache: yes
validate_certs: true
validate_certs: false
when: ansible_distribution_major_version != "8"
tags: patch_update

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


- name: Enable EPEL release for RHEL8 or RHEL6 or RHEL7
yum: name=https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm
yum: name=http://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm
failed_when: false
when:
- ansible_architecture != "s390x"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- name: Add Devel-Tools repository (SLES12, s390x)
zypper_repository:
name: devel-tools
repo: 'https://download.opensuse.org/repositories/devel:/tools:/scm/openSUSE_Factory_zSystems/'
repo: 'http://download.opensuse.org/repositories/devel:/tools:/scm/openSUSE_Factory_zSystems/'
auto_import_keys: yes
state: present
when:
Expand Down
Loading