summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy/data/container/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/galaxy/data/container/README.md')
-rw-r--r--lib/ansible/galaxy/data/container/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/ansible/galaxy/data/container/README.md b/lib/ansible/galaxy/data/container/README.md
index 1b66bdb5..f9b791ee 100644
--- a/lib/ansible/galaxy/data/container/README.md
+++ b/lib/ansible/galaxy/data/container/README.md
@@ -3,7 +3,7 @@
Adds a <SERVICE_NAME> service to your [Ansible Container](https://github.com/ansible/ansible-container) project. Run the following commands
to install the service:
-```
+```shell
# Set the working directory to your Ansible Container project root
$ cd myproject
@@ -15,7 +15,8 @@ $ ansible-container install <USERNAME.ROLE_NAME>
- [Ansible Container](https://github.com/ansible/ansible-container)
- An existing Ansible Container project. To create a project, simply run the following:
- ```
+
+ ```shell
# Create an empty project directory
$ mkdir myproject
@@ -28,7 +29,6 @@ $ ansible-container install <USERNAME.ROLE_NAME>
- Continue listing any prerequisites here...
-
## Role Variables
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set
@@ -45,5 +45,3 @@ BSD
## Author Information
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
-
-