diff --git a/CHANGELOG.md b/CHANGELOG.md index 57435e609..a892e6ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,3 +43,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Fixed task to change desktop background on CentOS 7. This change also offered other improvements by using the correct commands to change the desktop background instead of overwriting existing files ([#151](https://github.com/cyverse/atmosphere-ansible/pull/151)) - Only modify the permissions when user's home directory is created ([#152](https://github.com/cyverse/atmosphere-ansible/pull/152)) - Change the ownership of the ephemeral disk mount to the user during deploy ([#153](https://github.com/cyverse/atmosphere-ansible/pull/153)) +- Fixed task that runs `dhclient` for CentOS so that it does not fail if the process is already running ([#156](https://github.com/cyverse/atmosphere-ansible/pull/156))