Skip to content

Commit

Permalink
UnixPB: Update OpenSuse Common Tasks For Security (#3591)
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Jun 12, 2024
1 parent b51e633 commit 3f1ef9a
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
- (ansible_distribution_major_version == "12")
tags: SUSE_gcc48

- name: Sed change gpgcheck for gcc repo on x86_64
replace:
path: /etc/zypp/repos.d/devel_gcc.repo
regexp: 'gpgcheck=1'
replace: "gpgcheck=0"
when:
- (ansible_distribution_major_version == "12" and ansible_architecture == "x86_64")
tags: SUSE_gcc48

# Skipping ansible lint as shell module is required to use the --force-resolution option (lint error 305)
- name: Install gcc48
shell: zypper -n in --force-resolution gcc48
Expand Down Expand Up @@ -154,7 +145,7 @@
dest: /tmp/
mode: 0440
timeout: 25
validate_certs: no
validate_certs: yes
checksum: sha256:d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6
when:
- (ansible_distribution_major_version == "12" and ansible_architecture == "x86_64")
Expand Down

0 comments on commit 3f1ef9a

Please sign in to comment.