diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/git-out.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/git-out.yml b/ansible/git-out.yml index 30c2d7e..f165e5c 100644 --- a/ansible/git-out.yml +++ b/ansible/git-out.yml @@ -13,7 +13,7 @@ tasks: - name: Gather necessary facts setup: - filter: "ansible_distibution*" + filter: "ansible_distribution*" - name: Trigger execution on Red Hat derivatives debug: msg: "{{ansible_distribution}}, checking in." |