ansible-doc
Display information on modules installed in Ansible libraries. Display a terse listing of plugins and their short descriptions. More information: <https://docs.ansible.com/ansible/latest/cli/ansible-doc.html>.
RUN apt-get update && \
apt-get install -y ansible
RUN apt-get update && \
apt-get install -y ansible
RUN apk add ansible
RUN pacman -S --noconfirm ansible
RUN apt-get update && \
apt-get install -y ansible
RUN yum install -y ansible
RUN dnf install -y ansible
RUN apt-get update && \
apt-get install -y ansible