community.docker/tests/integration/targets/connection_docker_api/setup.yml
Felix Fontein 95bdce75e6
Add ansible-lint to CI (#1181)
* Improve Ansible code.

* Add some ansible-lint ignores.

* Add ansible-lint to CI.
2025-10-25 11:07:40 +02:00

19 lines
514 B
YAML

---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
- hosts: localhost
connection: local
vars:
docker_skip_cleanup: true
tasks:
- name: Setup docker
import_role:
name: setup_docker # noqa: syntax-check[specific]
- name: Setup docker Python deps
import_role:
name: setup_docker_python_deps # noqa: syntax-check[specific]