https://github.com/ansible/ansible-runner/blob/f95972b530045a0bf2701240ea4e5bcc03eced50/src/ansible_runner/config/_base.py#L151 Is that all needed to make the option available to the settings file? ` self.container_options = self.settings.get('rotate_artifacts ', self.rotate_artifacts)`
ansible-runner/src/ansible_runner/config/_base.py
Line 151 in f95972b
Is that all needed to make the option available to the settings file?
self.container_options = self.settings.get('rotate_artifacts ', self.rotate_artifacts)