Commit 400e8817 by Edward Zarecor

Revert "remove boilerplate, clarify purpose"

This reverts commit 62ee5720.
parent d216264c
...@@ -13,8 +13,14 @@ ...@@ -13,8 +13,14 @@
# #
# Overview: # Overview:
# #
# This is a special role for providing common, container specific #
# tasks and serving as a common ancestor for specific container # Dependencies:
# providers, say, docker and rocket. #
#
# Example play:
#
# #
- name: stub ansible task
debug: msg="This is a stub task created by the ansible-role role"
notify: notify me
...@@ -13,9 +13,14 @@ ...@@ -13,9 +13,14 @@
# #
# Overview: # Overview:
# #
# This is a special role for providing common, docker specific tasks.
# #
# Dependencies: # Dependencies:
# #
# Inherits from the container role via meta/main.yml
# #
# Example play:
#
#
- name: stub ansible task
debug: msg="This is a stub task created by the ansible-role role"
notify: notify me
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment