diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a0cf709 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ +# CHANGELOG diff --git a/README.md b/README.md index 75db2ca..6fe3ebc 100644 --- a/README.md +++ b/README.md @@ -91,11 +91,7 @@ This value must be contained in single quotes "\'" jumpcloud_allowMultiFactorAuthentication: 'false' ... ``` -## TODO -- [ ] replace TAGS support with GROUPS support -- [ ] create a conditional check to update groups only if they are defined as Variables -- [ ] add the automation of the group creation if the group doesn't exists in JC role -- [ ] add the possibility to define which users need to be grouped for that host's group + ## License ------- diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..3471e7f --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +# TODO +- [ ] replace TAGS support with GROUPS support +- [ ] create a conditional check to update groups only if they are defined as Variables +- [ ] add the automation of the group creation if the group doesn't exists in JC role +- [ ] add the possibility to define which users need to be grouped for that host's group