* Variable Updates
- Moved the variable for where the git repo is cloned to `vars/main.yml`
- Commented out the `ddclient_conf` dictionary
* Variable Changes
- Changed the variable name for the `register` option on the first task
- Removed `cache_valid_time_var` and put `86400`
- Added `owner`, `group`, and `mode` to the sync task
- Moved the `service` tasks into `handlers`
* Created Handlers File
* Created build matrix
* Updated the role name in the test play
* Added debug line to see output variables
* UPdated variables
* Removed `group` `user` and `mode` from synchronize step
* Fixed `when` conditional
* Fixed variable
* Fixed synchronize source location