Hi,
I would like to get a 3 digit random number, for example 001.
I have come to get:
tasks:
- name: We assign a fixed random variable throughout the execution.
set_fact:
Random_Fix: “{{ 100 | random }}”
run_once: yes
¿Which language uses “{{100 | random}}” or where can I find reference for this language?
I have been listening for a long time how easy it is to work with ansible, but at the moment it is not being.