Hello! I’m writing a custom fact and would like to be able to access information already provided by other ansible facts . . . anyone know if this is possible?
For example, my fact will return a value based on a part of the hostname and whether or not the machine it’s running on is virtual, so i would like to be able to access ansible_virtualization_type, or something similar, from within my fact.
Thanks,
Guy