Seeing this in some molecule runs:
[DEPRECATION WARNING]: ansible.builtin.apt_repository has been deprecated. Use deb822_repository instead. This feature will be removed from ansible-core version 2.25.
In other words, ansible.builtin.apt_repository has been renamed. We should search/replace this in this repo.
This will only affect us when SURF updates the version of Ansible used in SRC-External component, but it's good to be ready.
Seeing this in some molecule runs:
[DEPRECATION WARNING]: ansible.builtin.apt_repository has been deprecated. Use deb822_repository instead. This feature will be removed from ansible-core version 2.25.In other words,
ansible.builtin.apt_repositoryhas been renamed. We should search/replace this in this repo.This will only affect us when SURF updates the version of Ansible used in SRC-External component, but it's good to be ready.