Skip to content

Commit

Permalink
More renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 8, 2023
1 parent e27b6ac commit 7022d3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You must specify either:

```yml
- include_role:
name: bviktor.thirdparty
name: noobient.thirdparty
vars:
name: 'Defender ATP'
gpg_url: 'https://packages.microsoft.com/keys/microsoft.asc'
Expand All @@ -42,7 +42,7 @@ You must specify either:
install_recommends: false

- include_role:
name: bviktor.thirdparty
name: noobient.thirdparty
vars:
name: 'Vulkan SDK'
gpg_url: 'https://packages.lunarg.com/lunarg-signing-key-pub.asc'
Expand Down
4 changes: 2 additions & 2 deletions tasks/gpg_el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# https://www.redhat.com/en/blog/rhel-security-sha-1-package-signatures-distrusted-rhel-9
- include_role:
name: bviktor.rpm_policy
name: noobient.rpm_policy
vars:
policy: 'LEGACY'
when: gpg_allow_sha1 is defined and gpg_allow_sha1|bool
Expand All @@ -31,7 +31,7 @@
when: gpg_file is defined

- include_role:
name: bviktor.rpm_policy
name: noobient.rpm_policy
vars:
policy: 'DEFAULT'
when: gpg_allow_sha1 is defined and gpg_allow_sha1|bool

0 comments on commit 7022d3f

Please sign in to comment.