From 2770c80323b73fe79f1cd8e14acf1e14778a7236 Mon Sep 17 00:00:00 2001 From: VilleS1 Date: Mon, 18 Nov 2019 17:11:02 +0200 Subject: [PATCH] use systemd module instead off systemctl commands to make ansible galaxy happy v3 --- tasks/cuda_init.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cuda_init.yml b/tasks/cuda_init.yml index be0242f..15c4b5b 100644 --- a/tasks/cuda_init.yml +++ b/tasks/cuda_init.yml @@ -85,6 +85,6 @@ - ansible_connection != 'chroot' - cuda_init_persistence_mode | bool - reg_cuda_gpu_name0.stat.exists is defined - - reg_cuda_gpu_name0.stat.exists == True + - reg_cuda_gpu_name0.stat.exists # vim:ft=ansible: