diff --git a/README.md b/README.md index cd95f06f..fcee0114 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ Note that the install instructions in this document describe installation of the ```shell ansible-galaxy collection install ansible.windows ``` +- When using with Ansible 2.10+ to manage openSUSE/SLES hosts, requires the `community.general` collection to be installed: + + ```shell + ansible-galaxy collection install community.general + ``` ### Installation