mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
docker: rename docker_*_facts -> docker_*_info (#54124)
* Rename docker_*_facts -> docker_*_info. * Add changelog. * Update scenario guide.
This commit is contained in:
committed by
John R Barker
parent
9c77509cbc
commit
8d62794f91
@@ -67,7 +67,7 @@
|
||||
debug: msg="{{ lookup('file', output_dir ~ '/ansible_key1.key') }}"
|
||||
- name: Cert
|
||||
debug: msg="{{ lookup('file', output_dir ~ '/ansible_key1.pem') }}"
|
||||
- docker_swarm_facts:
|
||||
- docker_swarm_info:
|
||||
register: output
|
||||
ignore_errors: yes
|
||||
- debug: var=output
|
||||
|
||||
Reference in New Issue
Block a user