We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbaad8f + 1739b0b commit 7f87cbfCopy full SHA for 7f87cbf
tasks/repo.yml
@@ -1,9 +1,9 @@
1
---
2
3
-- name: Intall repo for Debian
+- name: Install repo for Debian
4
include: repo.debian.yml
5
when: ansible_os_family == "Debian"
6
7
-- name: Intall repo for RedHat
+- name: Install repo for RedHat
8
include: repo.redhat.yml
9
when: ansible_os_family == "RedHat"
0 commit comments