aix_filesystems - invoke run_command passing list (#3833)

* aix_filesystems - invoke run_command passing list

* added changelog fragment
This commit is contained in:
Alexei Znamensky 2021-12-10 09:19:44 +13:00 committed by GitHub
commit 70f73f42f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 14 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- aix_filesystem - calling ``run_command`` with arguments as ``list`` instead of ``str`` (https://github.com/ansible-collections/community.general/pull/3833).