Execution
Date 11 Sep 2024 12:04:31 +0100
Duration 00:00:12.05
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.1
Python 3.10.10
Summary
21 Hosts
11 Tasks
68 Results
3 Plays
6 Files
0 Records

Task result details

  • Status
    FAILED
  • Duration
    00:00:00.06
  • Play
    Process Plesk hosts
  • Task
    Select 10 random Plesk hosts
  • Host
    localhost

Field Value
msg
template error while templating string: Could not load "community.general.random": 'community.general.random'. String: {% if plesk_hosts | length > 10 %}
  {% set random_sample = (plesk_hosts | community.general.random(plesk_hosts | length)) %}
  {{ random_sample[:10] }}
{% else %}
  {{ plesk_hosts }}
{% endif %}
. Could not load "community.general.random": 'community.general.random'