From 51ade85cff08a9463d4863d76c60309e05651700 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Tue, 3 Jul 2018 15:45:23 -0700 Subject: [PATCH] Fix a typo --- tasks/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/bootstrap.yml b/tasks/bootstrap.yml index 2a66d01..dec5621 100644 --- a/tasks/bootstrap.yml +++ b/tasks/bootstrap.yml @@ -1,5 +1,5 @@ --- -- name: Boostrap the host by selecting which Python interpreter to use, and other OS specific stuff +- name: Bootstrap the host by selecting which Python interpreter to use, and other OS specific stuff tags: bootstrap block: # If ansible_python_interpreter is set and exists, use it. -- GitLab