Commit 62ee5720 by Edward Zarecor

remove boilerplate, clarify purpose

parent c140c997
...@@ -13,14 +13,8 @@ ...@@ -13,14 +13,8 @@
# #
# Overview: # Overview:
# #
# # This is a special role for providing common, container specific
# Dependencies: # tasks and serving as a common ancestor for specific container
# # 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,14 +13,9 @@ ...@@ -13,14 +13,9 @@
# #
# 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