Commit 62ee5720 by Edward Zarecor

remove boilerplate, clarify purpose

parent c140c997
...@@ -12,15 +12,9 @@ ...@@ -12,15 +12,9 @@
# Tasks for role container # Tasks for role container
# #
# Overview: # Overview:
#
#
# Dependencies:
#
#
# Example play:
# #
# This is a special role for providing common, container specific
# tasks and serving as a common ancestor for specific container
# providers, say, docker and rocket.
# #
- name: stub ansible task
debug: msg="This is a stub task created by the ansible-role role"
notify: notify me
...@@ -12,15 +12,10 @@ ...@@ -12,15 +12,10 @@
# Tasks for role docker # Tasks for role docker
# #
# 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