Skip to content

Commit

Permalink
Wrap values
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Messerli committed Sep 6, 2019
1 parent 4036329 commit e206bcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roles/prep-dell/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

- name: Install Dell System Update repo key
rpm_key:
key: http://linux.dell.com/repo/pgp_pubkeys/{{ item }}.asc
key: "http://linux.dell.com/repo/pgp_pubkeys/{{ item }}.asc"
state: present
with_items:
- 0x756ba70b1019ced6
- 0x1285491434D8786F
- 0xca77951d23b66a9d
- '0x756ba70b1019ced6'
- '0x1285491434D8786F'
- '0xca77951d23b66a9d'
when: ansible_distribution == "CentOS"

- name: Copy dell-system-update.repo
Expand Down

0 comments on commit e206bcf

Please sign in to comment.