From 56238a6749b739fcf223140db3b4843890043616 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 10 Mar 2021 11:07:23 +0000 Subject: [PATCH] Fix typo --- tasks/shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/shell.yml b/tasks/shell.yml index 12fa124..7fbc498 100644 --- a/tasks/shell.yml +++ b/tasks/shell.yml @@ -52,7 +52,7 @@ backup: true trim_blocks: false -- name: Install global environmetn variables +- name: Install global environment variables template: src: ./files/global-environment dest: /etc/environment