Hostname module should update ansible_hostname
This commit is contained in:
parent
84fd824f75
commit
87404fa798
1 changed files with 1 additions and 1 deletions
|
@ -509,6 +509,6 @@ def main():
|
||||||
hostname.set_permanent_hostname(name)
|
hostname.set_permanent_hostname(name)
|
||||||
changed = True
|
changed = True
|
||||||
|
|
||||||
module.exit_json(changed=changed, name=name)
|
module.exit_json(changed=changed, name=name, ansible_facts=dict(ansible_hostname=name))
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in a new issue