geerlingguy / ansible-role-docker

Ansible Role - Docker
https://galaxy.ansible.com/geerlingguy/docker/
MIT License
1.8k stars 851 forks source link

Run playbook #416

Closed chanyshev closed 1 year ago

chanyshev commented 1 year ago

Example Playbook

- hosts: all
  roles:
    - geerlingguy.docker

In this form, the playbook will not start. I think it should be like this

- hosts: all
  roles:
    - ansible-role-docker
geerlingguy commented 1 year ago

The example playbook assumes you have installed the role via Ansible Galaxy (e.g. ansible-galaxy install -r geerlingguy.docker).