diff --git a/README.md b/README.md new file mode 100644 index 0000000..526ed21 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Ansible Role: du_backups + +## Introduction + +This role will install the duplicity backup scripts on the target host. + diff --git a/tasks/main.yml b/tasks/main.yml index b791705..0756f38 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -4,7 +4,7 @@ # This role will set up our duplicity backup configuration. # ########################################################################### -# tasks file for du_backup +# tasks file for du_backups - debug: msg="Setting up duplicity backups (du-bu)"