Actions
Bug #16873
closedDuplicate hosts are created when running the ansible setup module more than once
Description
Run the following command twice:
ansible -m setup localhost
See that localhost is created twice in Hosts -> All Hosts
Updated by Ohad Levy about 8 years ago
I would also say that localhost should not appear in the host list, it should actually be swapped with the host fqdn (HOSTNAMe, or ansible_fqdn, facter_fqdn etc).
I personally found facter_fqdn to be the most reliable with actual fqdn.
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/55 added
Updated by Anonymous about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_ansible|bd1a3baa07b19f2d049de7407b7645c9a4c50bb7.
Updated by Suresh Thirugnanasambandan over 7 years ago
Verified now and it works great. Thanks for the fix.
Actions