Skip to content

Commit

Permalink
fix(#5219): Removing repeated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim committed May 2, 2024
1 parent 433f6d7 commit 3ed8c05
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
1 change: 0 additions & 1 deletion deployability/modules/generic/ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import ansible_runner
import jinja2
from typing import Optional
import yaml

from pathlib import Path
Expand Down
1 change: 0 additions & 1 deletion deployability/modules/testing/tests/helpers/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2

import json
import paramiko
import requests
import paramiko
import subprocess
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ description: This workflow is used to test the Wazuh manager deployment for DDT1
variables:
central_components-os:
- linux-ubuntu-20.04-amd64
- linux-ubuntu-22.04-amd64
- linux-oracle-9-amd64
- linux-amazon-2-amd64
- linux-redhat-7-amd64
- linux-redhat-8-amd64
- linux-redhat-9-amd64
- linux-centos-7-amd64
- linux-centos-8-amd64
- linux-debian-10-amd64
- linux-debian-11-amd64
- linux-debian-12-amd64
#- linux-ubuntu-22.04-amd64
#- linux-oracle-9-amd64
#- linux-amazon-2-amd64
#- linux-redhat-7-amd64
#- linux-redhat-8-amd64
#- linux-redhat-9-amd64
#- linux-centos-7-amd64
#- linux-centos-8-amd64
#- linux-debian-10-amd64
#- linux-debian-11-amd64
#- linux-debian-12-amd64
infra-provider: vagrant
working-dir: /tmp/dtt1-poc

Expand Down

0 comments on commit 3ed8c05

Please sign in to comment.