Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ansible/roles/common
  • ericzillmann/common
2 results
Show changes
Commits on Source (1)
...@@ -229,15 +229,15 @@ ...@@ -229,15 +229,15 @@
state: present state: present
with_items: with_items:
# Git Core # Git Core
- http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA1715D88E1DF1F24 - https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA1715D88E1DF1F24
# Git LFS # Git LFS
- https://packagecloud.io/github/git-lfs/gpgkey - https://packagecloud.io/github/git-lfs/gpgkey
# Ondrej # Ondrej
- http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x4F4EA0AAE5267A6C - https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x4F4EA0AAE5267A6C
# Oracle Java # Oracle Java
- http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x7B2C3B0889BF5709A105D03AC2518248EEA14886 - https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x7B2C3B0889BF5709A105D03AC2518248EEA14886
# Nextcloud Client # Nextcloud Client
- http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x60EE47FBAD3DD469 - https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x60EE47FBAD3DD469
- name: Add Apt Repositories - name: Add Apt Repositories
apt_repository: apt_repository:
......