Fixed typo
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
- name: Is docker installed
|
- name: Is docker installed
|
||||||
shell: which docker
|
shell: which docker
|
||||||
resgister: docker_installed
|
register: docker_installed
|
||||||
|
|
||||||
- name: Get docker
|
- name: Get docker
|
||||||
shell: curl -sSL https://get.docker.com/ | sh
|
shell: curl -sSL https://get.docker.com/ | sh
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
- name: Is heroku installed
|
- name: Is heroku installed
|
||||||
shell: which heroku
|
shell: which heroku
|
||||||
resgister: heroku_installed
|
register: heroku_installed
|
||||||
|
|
||||||
- name: Install heroku toolbelt
|
- name: Install heroku toolbelt
|
||||||
shell: wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh
|
shell: wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh
|
||||||
|
|||||||
Reference in New Issue
Block a user