diff options
author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-04-15 05:40:20 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-14 19:40:20 +0000 |
commit | a491f22a733b20479078abaecef1c575738601a4 (patch) | |
tree | d7d2cc066b304a9f50760a21b0142f35575b504f /tests | |
parent | 7c19ae75eeee882055af54dc5169b50ee61cc055 (diff) | |
download | vyos.vyos-a491f22a733b20479078abaecef1c575738601a4.tar.gz vyos.vyos-a491f22a733b20479078abaecef1c575738601a4.zip |
fix logging_global integration tests (#413)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/targets/vyos_logging_global/tests/cli/_populate.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/targets/vyos_logging_global/tests/cli/_populate.yaml b/tests/integration/targets/vyos_logging_global/tests/cli/_populate.yaml index 89fb8e51..a17021b4 100644 --- a/tests/integration/targets/vyos_logging_global/tests/cli/_populate.yaml +++ b/tests/integration/targets/vyos_logging_global/tests/cli/_populate.yaml @@ -1,4 +1,5 @@ --- +- ansible.builtin.include_tasks: _get_version.yaml - ansible.builtin.include_tasks: _remove_config.yaml - name: POPULATE Apply the provided configuration |