-
Feature Request
-
Resolution: Won't Do
-
Normal
-
None
-
2.4
-
None
-
False
-
-
False
On running the installer while performing upgrade activity of AAP it runs tasks for resetting Podman for awx user:
```
TASK [ansible.automation_platform_installer.podman : Reset podman for awx user to apply configs] ***
Monday 05 February 2024 12:50:45 +0530 (0:00:00.438) 0:11:46.978 *******
changed: [vm-40xx.xx.xx.com] =>
```
The task triggers command 'podman system reset -f' on installer cleaning up all images for 'awx' user.
The requests to not delete any podman images for awx user during installer run.
Thanks.