Skip to content
  • Mateus Caruccio's avatar
    03cac210
    No need to gather facts on localhost (#5251) · 03cac210
    Mateus Caruccio authored
    It's unnecessary and breaks when running from within a docker container:
    ```
    An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TimeoutError: Timer expired after 10 seconds
    fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/usr/sbin/udevadm info --query property --name /dev/mapper/vg00-root", "msg": "Timer expired after 10 seconds", "rc": 257}
    ```
    03cac210
    No need to gather facts on localhost (#5251)
    Mateus Caruccio authored
    It's unnecessary and breaks when running from within a docker container:
    ```
    An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TimeoutError: Timer expired after 10 seconds
    fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/usr/sbin/udevadm info --query property --name /dev/mapper/vg00-root", "msg": "Timer expired after 10 seconds", "rc": 257}
    ```
Loading