Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Jan 11, 2019
1 parent e319112 commit 51316df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/storage_drivers/overlay2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
assert:
that: "{{ ansible_kernel | version_compare('3.10.0-514', '>=')}}"
msg: "Please upgrade to kernel 3.10.0-514 or higher."
when: ansible_os_family|lower = "redhat"
when: ansible_os_family|lower == "redhat"

- name: Docker | Storage Driver | overlay2 | Enable overlay driver
modprobe:
Expand Down

0 comments on commit 51316df

Please sign in to comment.