Skip to content

Commit

Permalink
quote variables - ansible2
Browse files Browse the repository at this point in the history
  • Loading branch information
martbhell committed Apr 25, 2016
1 parent 5d82161 commit e081b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- name: install extra rdma packages
yum: pkg={{ item }} state=present
with_items: rdma_packages
with_items: "{{ rdma_packages }}"

- name: add infiniband udev rules
template: src=90-rdma.rules dest=/etc/udev/rules.d/90-rdma.rules backup=yes owner=root mode=0644
Expand Down

0 comments on commit e081b5a

Please sign in to comment.