From 3346d387eb63b5718366f8f7fc2367eb8eee29ec Mon Sep 17 00:00:00 2001 From: Jose Luis Franco Arza Date: Mon, 12 Nov 2018 11:38:51 +0100 Subject: [PATCH] Fix README.md rst check warnings. When creating a new version for the package, it was discovered some rst syntax warnings. Change-Id: I4d8199d88ec20611dcb586ce30d194c51c2d24dd --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c502846..76429c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Red Hat Subscription -========= +==================== [![Galaxy](https://img.shields.io/badge/galaxy-openstack.redhat--subscription-blue.svg?style=flat)](https://galaxy.ansible.com/openstack/redhat-subscription) Manage Red Hat subscriptions and repositories. This role supports registering to Satellite 5, Satellite 6, or the Red Hat Customer Portal. @@ -14,6 +14,7 @@ Provide `rhsm_username` and `rhsm_password` _or_ `rhsm_activation_key`. These op Role Variables -------------- +|-------------------|---------------------|----------------------| | Name | Default Value | Description | |-------------------|---------------------|----------------------| | `rhsm_method` | `portal` | Method to use for activation: `portal` or `satellite`. If `satellite`, the role will determine the Satellite Server version and take the appropriate registration actions. | @@ -61,19 +62,18 @@ None. Example Playbook ---------------- - - hosts: all +:: + - hosts: all vars: rhsm_username: bob.smith@acme.com rhsm_password: "{{ vault_rhsm_password }}" rhsm_repos: - - name: rhel-7-server-extras-rpms - state: present + - rhel-7-server-extras-rpms - rhel-7-server-rh-common-rpms - rhel-7-server-openstack-8-rpms - roles: - - openstack.redhat-subscription + - openstack.redhat-subscription License -------