Ansible Role: dummy
This role does nothing except displaying a welcome message. This is used to test your setup of ansible galaxy or when using a ansible galaxy requirements.yml which may complaining because it's empty.
the role is ultra slim so you won't spend too much time downloading and running.
None
None
None
- hosts: all
become: yes
become_method: sudo
roles:
- role: webofmars.dummy
This will do nothing except print a welcome message
GPLv3
Created by Frederic Leger / webofmars.