How do I save facts with Oracle Linux Automation Manager 2.0 (OLAM)
I have upgraded to OLAM 2.0 and I have been unable to figure out how to save the facts to the host information.
Simple facts gather job template with the Enable Fact Storage option set.
I run the Job, everything is 'ok' however when I look at the host, none of the facts are saved.
This used to work in OLAM 1.0 so what steps could I be missing to make this work?
---
- name: Stats collection
hosts: all
gather_facts: true
Thank you.