Here is a small part of windows facts:

    "ansible_facts": {
        "ansible_architecture": "64-bit", 
        "ansible_date_time": {
            "date": "13.07.2016", 
            "day": "13", 
            "hour": "06", 
            "iso8601": "2016-07-13T06:34:29", 
            "minute": "34", 
            "month": "07", 
            "year": "2016"
        }, 

Unlike facts for linux hosts, this does not have epoch or even seconds info 
? This is a bit strange for me. Is there a way i can force it to collect 
that ?

What i am trying is to check if the current user has read/write access on 
certain drive. I was trying to create  a file with unique name on the 
location and for that i need some sort of unique string.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e22cba88-417a-47e4-9477-e28c5fcf51ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to