Skip to content

Fullpath

Te-Hung Tseng requested to merge fullpath into master

Added full path for the plugin_customization.ini file that appends to AlarmConfigTool.ini

Gathering facts was failing:

The error was: TimeoutError: Timer expired after 10 seconds
    fatal: [ics-ans-role-beast-timechange]: FAILED! => {"changed": false, "cmd": "/usr/sbin/udevadm info --query property --name /dev/mapper/vg_root-lv_root", "msg": "Timer expired after 10 seconds", "rc": 257}

Set the gather_timeout=20 to pass. Master branch is also failing. Might be the same issue as this https://github.com/ansible/ansible/issues/43884

Edited by Te-Hung Tseng

Merge request reports