Skip to content

Commit

Permalink
Don't run listen_port_facts
Browse files Browse the repository at this point in the history
Since it's not included with many Ansible distributions.
  • Loading branch information
sbonds committed Dec 21, 2020
1 parent 7634cb2 commit 1492f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store-ansible-facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
package_facts:
- name: Collect optional service_facts
service_facts:
- name: Collect optional listen_ports_facts
listen_ports_facts:
#- name: Collect optional listen_ports_facts (not included with many Ansible versions)
# listen_ports_facts:
- name: Store ansible facts in local files
template:
src: store-ansible-facts.j2
Expand Down

0 comments on commit 1492f6e

Please sign in to comment.