Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible_os_family = "NA" on Archlinux host (1.8-git) #8732

Closed
firecat53 opened this issue Aug 23, 2014 · 5 comments
Closed

ansible_os_family = "NA" on Archlinux host (1.8-git) #8732

firecat53 opened this issue Aug 23, 2014 · 5 comments
Labels
bug This issue/PR relates to a bug.

Comments

@firecat53
Copy link

Issue Type:

Bug report

Ansible Version:

$ ansible --version
ansible 1.8

Environment:

Archlinux host

Summary:

ansible_os_family no longer returns "Archlinux" for my Arch machines. It now returns "NA"

Steps To Reproduce:

ansible -m setup |grep ansible_os_family

Expected Results:
    "ansible_os_family": "Archlinux", 
Actual Results:
    "ansible_os_family": "NA", 
@3onyc
Copy link
Contributor

3onyc commented Sep 6, 2014

Observing the same behaviour here in Ansible 1.7.1.

~$ ansible -m setup arch-box | grep ansible_os_family
        "ansible_os_family": "NA",  

@dcbishop
Copy link

dcbishop commented Sep 8, 2014

Same here with 1.7.1. Also NA for the the ansible_distribution values:

    "ansible_os_family": "NA", 
    "ansible_distribution": "NA", 
    "ansible_distribution_major_version": "NA", 
    "ansible_distribution_release": "NA", 
    "ansible_distribution_version": "NA", 

@gunzy83
Copy link
Contributor

gunzy83 commented Sep 14, 2014

Confirming the observations of @dcbishop using 1.7.1 on Arch Linux. All distribution and the os_family values are NA.

mantiz added a commit to mantiz/ansible that referenced this issue Sep 15, 2014
@mpdehaan
Copy link
Contributor

Module Repo Information

Hi!

Thanks very much for your interest in Ansible. It sincerely means a lot to us.

This appears to be a submission about a module, and aside from action_plugins, if you know what those are, the modules
in ansible are now moved two seperate repos. We would appreciate if you can submit this there instead.

If this is about a new module, submit pull requests or ideas to:

If this is about an existing module:

Additionally, should you need more help with this, you can ask questions on:

Thanks!

@firecat53
Copy link
Author

@ansibot ansibot added bug This issue/PR relates to a bug. and removed bug_report labels Mar 6, 2018
@ansible ansible locked and limited conversation to collaborators Apr 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue/PR relates to a bug.
Projects
None yet
Development

No branches or pull requests

6 participants