Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jun 5, 2016
1 parent 0a0fcd6 commit 1739b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/repo.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---

- name: Intall repo for Debian
- name: Install repo for Debian
include: repo.debian.yml
when: ansible_os_family == "Debian"

- name: Intall repo for RedHat
- name: Install repo for RedHat
include: repo.redhat.yml
when: ansible_os_family == "RedHat"

0 comments on commit 1739b0b

Please sign in to comment.