Fix README.md rst check warnings.

When creating a new version for the package, it was discovered
some rst syntax warnings.

Change-Id: I4d8199d88ec20611dcb586ce30d194c51c2d24dd
This commit is contained in:
Jose Luis Franco Arza 2018-11-12 11:38:51 +01:00
parent b6cc4a511d
commit 3346d387eb
1 changed files with 6 additions and 6 deletions

View File

@ -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
-------