From 9e39e0bd534b03f4666a9ae751f17d57ecb35f67 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Fri, 26 Jul 2019 14:50:59 -0400 Subject: [PATCH] Let's do that right --- roles/sage905.mineos/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/sage905.mineos/tasks/main.yml b/roles/sage905.mineos/tasks/main.yml index 7f1ebee..5a291a2 100755 --- a/roles/sage905.mineos/tasks/main.yml +++ b/roles/sage905.mineos/tasks/main.yml @@ -19,7 +19,8 @@ ini_file: section: domain/idm.toal.ca path: /etc/sssd/sssd.conf - value: enumerate=yes + option: enumerate + value: yes state: present backup: yes # not required. Create a backup file including the timestamp information so you can get the original file back if you somehow clobbered it incorrectly. create: no