We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Nice guide, i found 1 error at playbook docker_play.yml - name: Install required system packages tags: install apt: pkg: - apt-transport-https - ca-certificates - curl - software-properties-common - python3-pip - virtualenv - python3-setuptools **- pipx - python3-docker** I have to add pipx and pythond3-docker after that i comment lines: # - name: Install Docker Module for Python # tags: install # pip: # name: docker Best regards Ciril
- name: Install required system packages tags: install apt: pkg: - apt-transport-https - ca-certificates - curl - software-properties-common - python3-pip - virtualenv - python3-setuptools **- pipx - python3-docker**
# - name: Install Docker Module for Python # tags: install # pip: # name: docker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Nice guide, i found 1 error at playbook docker_play.yml
- name: Install required system packages tags: install apt: pkg: - apt-transport-https - ca-certificates - curl - software-properties-common - python3-pip - virtualenv - python3-setuptools **- pipx - python3-docker**
I have to add pipx and pythond3-docker after that i comment lines:
# - name: Install Docker Module for Python # tags: install # pip: # name: docker
Best regards
Ciril
The text was updated successfully, but these errors were encountered: