Skip to content

Commit

Permalink
Readme formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseihodunkov committed Dec 19, 2019
1 parent 610ea01 commit c168c65
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Documentation
Development
-------------

Setup a test environment by running `vagrant up` in test directory.
Execute `vagrant ssh -c rake` to run unit tests.
Setup a test environment by running ``vagrant up`` in test directory.
Execute ``vagrant ssh -c rake`` to run unit tests.

-------------
OpenJDK 11
-------------
This role has dependency on `geerlingguy.java <https://github.com/geerlingguy/ansible-role-java>`_.
`geerlingguy.java <https://github.com/geerlingguy/ansible-role-java>`_ supports OpenJDK 11 installation out of the box with, by specifying `java_packages` variable in inventory/playbook/extra vars like this:

RedHat/Centos:
`geerlingguy.java <https://github.com/geerlingguy/ansible-role-java>`_ supports OpenJDK 11 installation out of the box with, by specifying `java_packages` variable in inventory / playbook / extra vars like this:

RedHat/Centos:

.. code-block:: yaml
Expand All @@ -36,6 +36,7 @@ RedHat/Centos:
Debian/Ubuntu:

.. code-block:: yaml
vars:
java_packages:
- openjdk-11-jdk
Expand Down

0 comments on commit c168c65

Please sign in to comment.