Skip to content

Commit

Permalink
Merge pull request #1714 from fao89/6759
Browse files Browse the repository at this point in the history
Updated the required roles names
  • Loading branch information
fao89 committed May 19, 2020
2 parents cddd182 + eae1f96 commit 01d1cd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES/6759.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated the required roles names
12 changes: 6 additions & 6 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Final ``playbook.yml`` can looks like:
vars:
pulp_install_plugins:
pulp-rpm:
prereq_role: "pulp.pulp_rpm_prerequisites"
prereq_role: "pulp.pulp_rpm_prerequisites" # https://galaxy.ansible.com/pulp/pulp_rpm_prerequisites
pre_tasks:
# The version string below is the highest of all those in roles' metadata:
# "min_ansible_version". It needs to be kept manually up-to-date.
Expand All @@ -41,11 +41,11 @@ Final ``playbook.yml`` can looks like:
msg: >
"You must update Ansible to at least 2.8 to use this version of Pulp 3 Installer."
roles:
- pulp-database
- pulp-workers
- pulp-resource-manager
- pulp-webserver
- pulp-content
- pulp_database
- pulp_workers
- pulp_resource_manager
- pulp_webserver
- pulp_content
environment:
DJANGO_SETTINGS_MODULE: pulpcore.app.settings
Expand Down

0 comments on commit 01d1cd2

Please sign in to comment.