Running the vyos_config tests is not very reliable under versions after v1.2
v1.4.1 and 1.5-rolling are capable of completing when run alone, but fail when run on multiple hosts at the same time.
Failure occurs during START cli_config/cli_comment.yaml on connection=ansible.netcommon.network_cli at vyos_config : delete configurable backup file path), which is a local file operation/
Setting ignore_errors: true for these delete commands seems to fix the problem, although that may cause some inaccuracy in the tests.
The actual problem here is that the tests aren't intended to be run on more than one host at a time and local filesystem changes do not anticipate multiple threads.
Note: 1.3.8 failures are not accounted for here because they have a separate cause. These may need to be disabled for running in batch.