Skip to content

Commit

Permalink
Use strings
Browse files Browse the repository at this point in the history
  • Loading branch information
sdodson committed Jun 1, 2018
1 parent 1b19643 commit c75fb3c
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
sslclientcert: /var/lib/yum/client-cert.pem
sslclientkey: /var/lib/yum/client-key.pem
with_items:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
when: ansible_distribution == 'RedHat'

- name: turn on EPEL for the main dependency install
Expand Down

0 comments on commit c75fb3c

Please sign in to comment.