Project

General

Profile

Review #681

Updated by Pierre-Louis Bonicoli over 4 years ago

Fix the following error: 

 <pre> 
 $ ansible-playbook -i hosts.yml playbooks/tenants/duckcorp/security.yml -u root 

 TASK [dc-antivirus : ClamAV Setup -- Connection Type] *********************************************************************************************************************** 
 fatal: [Orfeo]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'mda_usergroup'\n\nThe error appears to be in '/srv/share/src/duckcorp/duckcorp-infra.git/ansible/roles/dc-antivirus/tasks/main.yml': line 21, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n    notify: Reconfigure ClamAV\n- name: ClamAV Setup -- Connection Type\n    ^ here\n"} 
 </pre>

Back