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

add support for hostname on Raspbian #51273

Merged
merged 1 commit into from
Jan 24, 2019

Conversation

smueller18
Copy link
Contributor

@smueller18 smueller18 commented Jan 24, 2019

SUMMARY

This PR adds support for the hostname module on Raspbian

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

hostname

ADDITIONAL INFORMATION

So far, the hostname module does not work on Raspbian:

TASK [network : Set hostname] ***********************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "hostname module cannot be used on platform Linux (Raspbian gnu/linux)"}

After testing the code change, I get the following output:

TASK [network : Set hostname] ***********************************************************************************************************************************************************
ok: [localhost]

@ansibot
Copy link
Contributor

ansibot commented Jan 24, 2019

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 community_review In order to be merged, this PR must follow the community review workflow. feature This issue/PR relates to a feature request. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. small_patch support:community This issue/PR relates to code supported by the Ansible community. labels Jan 24, 2019
@bcoca bcoca removed the needs_triage Needs a first human triage before being processed. label Jan 24, 2019
@bcoca bcoca merged commit ffac260 into ansible:devel Jan 24, 2019
@ansible ansible locked and limited conversation to collaborators Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 community_review In order to be merged, this PR must follow the community review workflow. feature This issue/PR relates to a feature request. module This issue/PR relates to a module. small_patch support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants