IBM / ansible-for-i

the tool is to provide several customized modules for Ansible to manage IBM i systems.
GNU General Public License v3.0
56 stars 54 forks source link

fix_repo_extract_ptf_group : stay downloading status #91

Open Ludovic-Menard opened 3 years ago

Ludovic-Menard commented 3 years ago

Hello, I downloaded the first group and after using the playbook fix_repo_extract_ptf_group, the status moved from downloading to downloaded. I checked on repo_sqlite3 database and the status is "downloaded". I downloaded 2 new groups and after the download is done, I have used again the playbook fix_repo_extract_ptf_group and the 2 news groups stay in downloading status but the download is finished.

How to change the status ? Thanks for your help. Ludo

pengzengyufish commented 3 years ago

Hi ludomenard,

Sorry for the late update. After the new groups are downloaded, please use playbook check_ptf_group_order_status.yml to update the download status and this playbook also calls fix_repo_extract_ptf_group_info role, you don't need to call fix_repo_extract_ptf_group_info saparately