Skip to content

Commit 7f87cbf

Browse files
Merge pull request #45 from gforcada/patch-1
Typos
2 parents dbaad8f + 1739b0b commit 7f87cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/repo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22

3-
- name: Intall repo for Debian
3+
- name: Install repo for Debian
44
include: repo.debian.yml
55
when: ansible_os_family == "Debian"
66

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

0 commit comments

Comments
 (0)