From 9496992a2116148a7ed30c1761e3e0c282101877 Mon Sep 17 00:00:00 2001 From: Adam DeConinck Date: Mon, 16 Nov 2020 18:45:02 +0000 Subject: [PATCH] typo fix --- tasks/install-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install-ubuntu.yml b/tasks/install-ubuntu.yml index 7aa876c..fb6fc74 100644 --- a/tasks/install-ubuntu.yml +++ b/tasks/install-ubuntu.yml @@ -12,4 +12,4 @@ purge: "{{ nvidia_driver_package_state == 'absent' }}" with_items: "{{ nvidia_driver_ubuntu_packages }}" register: install_driver - envrionment: "{{proxy_env if proxy_env is defined else {}}}" + environment: "{{proxy_env if proxy_env is defined else {}}}"