Skip to content

Commit

Permalink
Merge pull request #45 from gforcada/patch-1
Browse files Browse the repository at this point in the history
Typos
  • Loading branch information
kristofkeppens authored Jun 15, 2016
2 parents dbaad8f + 1739b0b commit 7f87cbf
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 7f87cbf

Please sign in to comment.