Skip to content

Commit

Permalink
Merge pull request #32 from volemont/fixDeprecationWarning
Browse files Browse the repository at this point in the history
Fix deprecation warning
  • Loading branch information
riemers authored Dec 30, 2018
2 parents dd393f2 + 1a89b16 commit f6822d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tasks/install-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@

- name: Install GitLab Runner dependencies
yum:
name: '{{ item }}'
name:
- pygpgme
- yum-utils
state: present
with_items:
- pygpgme
- yum-utils

- name: Add GitLab Runner rpm repo
template:
Expand Down

0 comments on commit f6822d8

Please sign in to comment.