diff --git a/README.md b/README.md index 888696639..d784a7850 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ To install: ansible-galaxy install ANXS.postgresql ``` +#### Example Playbook + +Including an example of how to use your role: + + - hosts: postgresql-server + become: yes + roles: + - { role: anxs.postgresql } #### Dependencies