Skip to content
Snippets Groups Projects
Commit fd4feff4 authored by Aleksandr Kostyrev's avatar Aleksandr Kostyrev
Browse files

Import gpg_key on RedHat

parent 08f21677
Branches
Tags
No related merge requests found
--- ---
- name: RHEL | Install GitLab GPG key
rpm_key:
state: present
key: https://packages.gitlab.com/gpg.key
when: ansible_os_family == 'RedHat'
tags:
- gitlab
- gitlab-gpg
- name: Install GitLab Runner dependencies - name: Install GitLab Runner dependencies
yum: yum:
name: '{{ item }}' name: '{{ item }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment