when gathering facts from a server, ubuntu release version comes back as NA.
Has anyone experienced this ?


from my server

```
No LSB modules are available.
Distributor ID: Ubuntu
Description:   Ubuntu 14.04.5 LTS
Release:       14.04
Codename:       trusty
```

but ansible reports ubuntu release as NA

```
ansible all  -l server -m setup -a 'filter=ansible_distribution_release'
server | SUCCESS => {
    "ansible_facts": {
        "ansible_distribution_release": "NA"
    },
    "changed": false
}
```

Ansible version:

```
ansible 2.1.1.0
  config file = /Users/mchristof/di/ansible/ansible.cfg
  configured module search path = Default w/o overrides
```

python version on the server

```
Python 2.7.11
```

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/cf12e023-1872-4acc-a19f-46e32cffb62e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to