Skip to content

Commit

Permalink
Fix malformed file to address Issue rhtconsulting#210
Browse files Browse the repository at this point in the history
  • Loading branch information
vvaldez committed Jul 14, 2016
1 parent d04cd9d commit b429746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhc-ose-ansible/roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
lineinfile:
dest: /etc/sysconfig/docker
regexp: '^OPTIONS=.*$'
line: "^OPTIONS='--selinux-enabled --insecure-registry 172.30.0.0/16'"
line: "OPTIONS='--selinux-enabled --insecure-registry 172.30.0.0/16'"

- name: "Check for existing Docker Storage device"
command: pvs
Expand Down

0 comments on commit b429746

Please sign in to comment.