nmusatti / docker-ce

An Ansible role to install Docker Community Edition and docker-compose
GNU General Public License v3.0
0 stars 0 forks source link

Depedency on geerlingguy.repo-epel #1

Open steveraden opened 2 years ago

steveraden commented 2 years ago

Nicola, Thanks so much for your work. source_python helped my life this morning (on Cent OS 8 Stream) and then I tried docker-ce. Minor issue, I think a requirements file is needed because I had to manually install geerlingguy..repo-epel. Without that step, I get this error. But I'm new to Ansible so maybe I am wrong.

The error appears to be in '/Users/stever/.ansible/roles/nmusatti.docker_ce/tasks/redhat/install.yml': line 7, column 11, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  include_role:
    name: geerlingguy.repo-epel
          ^ here
nmusatti commented 2 years ago

Steven, I'm sorry, but somehow I must have missed the notification for your issue. There was a reason why I didn't include an explicit requirement, but at the moment I can't remember what it was. I'll try and do some tests as soon as I find the time.