Update iocage module
Clone the git repository https://github.com/vbotka/ansible-iocage.git
Switch to the branch current
Make changes to the branch current or create a new branch
Update the code and commit the changes. You are encouraged to submit a PR.
Calculate
iocage.pyhash. For example,shell> sha512sum iocage.py
To incorporate your changes, update in the collection:
the checksum
setup/vars/checksum.ymlthe patches
setup/files/module-iocage.*.patchif neededthe dictionary
plugins.modules.iocagein the filesetup/vars/plugins.yml
See
setup/vars/plugins_install.ymland updateplugins/modules/iocage.pyshell> cd setup shell> ansible-playbook setup.yml -t plugins
Note
The plugins tasks are not idempotent if a patch is present.
Warning
The collection upgrade will override the changes. Backup your changes before you upgrade the collection.
This collection does not provide an upgrade procedure to preserve changes. After the upgrade, you are responsible for restoring your changes.