Skip to content

Commit

Permalink
Merge pull request rhtconsulting#213 from vvaldez/fix_malformed_docke…
Browse files Browse the repository at this point in the history
…r_file

Fix malformed file to address Issue rhtconsulting#210
  • Loading branch information
etsauer committed Jul 15, 2016
2 parents 60db9b7 + b429746 commit 9b802e5
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 9b802e5

Please sign in to comment.