Skip to content

Commit

Permalink
tox: add refresh-examples env
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Dec 9, 2022
1 parent de6a071 commit a10f954
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
18 changes: 18 additions & 0 deletions gouttelette.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
examples:
load_from:
- tests/integration/targets/eks
- tests/integration/targets/iam
- tests/integration/targets/logs
- tests/integration/targets/s3
dont_look_up_vars:
- aws_region
- aws_access_key
- aws_secret_key
- security_token
- aws_region
- remote_tmp_dir
- cert_name
- bucket_name
- log_group_name
include_task_with_docs_tag: True
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,9 @@ ignore = E123,E125,E203,E402,E501,E741,F401,F811,F841,W503
max-line-length = 160
builtins = _
exclude = .git,.tox,tests/unit/compat/

[testenv:refresh-examples]
deps =
git+https://github.com/ansible-collections/gouttelette
commands =
gouttelette-refresh-examples --target-dir {toxinidir}

0 comments on commit a10f954

Please sign in to comment.