Skip to content

Commit

Permalink
ci(molecule): override DNS server list for containers
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m committed Dec 20, 2024
1 parent ca52474 commit 1b44c71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
infra_use_graylog: false # skip testing due to GH actions space constraint
infra_use_authentik: false # skip testing due to GH actions space constraint
infra_use_unifi: true
infra_container_dns_servers: # override to remove '{{ ansible_host }}' for GH actions runner

Check warning on line 15 in molecule/default/converge.yml

View workflow job for this annotation

GitHub Actions / lint / Run linting (yamllint)

15:34 [comments] too few spaces before comment
- 1.1.1.1
- 1.0.0.1

pre_tasks:
- name: Update package repository cache
Expand Down

0 comments on commit 1b44c71

Please sign in to comment.