diff --git a/README.md b/README.md index cddebba..7a2d3d7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This playbook goes through the following steps: - Install Docker - Configure Docker for OverlayFS - Make sure the filesystem holding `/var/lib/docker` is formatted as XFS -- Install the `atomic-openshift-utils` package +- Install the `openshift-ansible` package Note: several steps require a reboot to apply the new configuration or detect any misconfiguration, be prepared! diff --git a/prepare.yml b/prepare.yml index 2704f8e..4d81bd2 100644 --- a/prepare.yml +++ b/prepare.yml @@ -382,8 +382,8 @@ enabled: yes tags: docker - - name: Install atomic-openshift-utils + - name: Install openshift-ansible yum: - name: atomic-openshift-utils + name: openshift-ansible state: installed tags: rpm,openshift