diff --git a/bootstrap.yml b/bootstrap.yml index 629e3350..9b038495 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -6,7 +6,7 @@ gather_facts: false tasks: - # python isn't installed by default on ubuntu 16.04 so we need + # python isn't installed by default on ubuntu so we need # to do that with the raw command before - name: install python raw: test -e /usr/bin/python || (apt-get update; apt-get install -y python;)