diff --git a/README.md b/README.md index 48a05a9bf..ab9bcc2b7 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ component of Pulp. The roles are not currently available on Ansible Galaxy; to r Ansible installer, the [ansible-pulp](https://github.com/pulp/ansible-pulp) git repository must be cloned or downloaded. -This version of the installer, 3.0.1-1, installs Pulp 3.0.1 specifically. +This version of the installer, 3.1.0, installs Pulp 3.1.0 specifically. -If run against an older version of Pulp 3, it will upgrade it to 3.0.1. +If run against an older version of Pulp 3, it will upgrade it to 3.1.0. System Requirements ------------------- diff --git a/roles/pulp/defaults/main.yml b/roles/pulp/defaults/main.yml index ef02a17dd..e76161003 100644 --- a/roles/pulp/defaults/main.yml +++ b/roles/pulp/defaults/main.yml @@ -24,7 +24,7 @@ pulp_upgrade: false # they are confident that this version of ansible-pulp is compatible with # pulp_version. # Ignored if pulp_source_dir is set -pulp_version: "3.0.1" +pulp_version: "3.1.0" pulp_user: pulp pulp_user_id: pulp_group: pulp