ansible / ansible-navigator

A text-based user interface (TUI) for Ansible.
https://ansible.readthedocs.io/projects/navigator/
Apache License 2.0
391 stars 101 forks source link

AR rotate artifats count does not work #520

Closed mnecas closed 1 year ago

mnecas commented 3 years ago
ISSUE TYPE
SUMMARY

When running ansible-navigator run playbook.yml --eei ovirt:local -vvv -m stdout --rad /tmp/test it creates the artifacts dir with all files and it stays there. But when I run ansible-navigator run playbook.yml --eei ovirt:local -vvv -m stdout --rad /tmp/test --rac 0 it creates the dir only when running and after the playbook finishes it removes the artifacts dir. The same goes when I put there any number.

ANSIBLE-NAVIGATOR VERSION
ansible-navigator 1.0.0
CONFIGURATION

Ansible runner version (master release)

❯ ansible-runner --version
2.0.0.0a4.dev69
cidrblock commented 3 years ago

Related: https://github.com/ansible/ansible-navigator/issues/497