From 6021f4ac4f1a8afb9c23652dac5a1e7f08cca3da Mon Sep 17 00:00:00 2001 From: Ansible Bot <107943535+ansibuddy@users.noreply.github.com> Date: Wed, 26 Jul 2023 09:40:51 -0700 Subject: [PATCH 1/2] adding more content into .gitignore --- .../targets/test_aws_setup_credentials/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/targets/test_aws_setup_credentials/tasks/main.yml b/tests/integration/targets/test_aws_setup_credentials/tasks/main.yml index 8404312d..ac470191 100644 --- a/tests/integration/targets/test_aws_setup_credentials/tasks/main.yml +++ b/tests/integration/targets/test_aws_setup_credentials/tasks/main.yml @@ -2,8 +2,6 @@ - name: Include 'aws_setup_credentials' roles ansible.builtin.include_role: name: cloud.aws_ops.aws_setup_credentials - vars: - aws_security_token: '{{ security_token | default(omit) }}' - name: Trying calling module using generating credentials module_defaults: From 3a940e2a8e9820a6f513ceb1a38a9a12e47096b5 Mon Sep 17 00:00:00 2001 From: Ansible Bot <107943535+ansibuddy@users.noreply.github.com> Date: Wed, 26 Jul 2023 09:42:50 -0700 Subject: [PATCH 2/2] adding more content into .gitignore --- .gitignore | 136 +---------------------------------------------------- 1 file changed, 1 insertion(+), 135 deletions(-) diff --git a/.gitignore b/.gitignore index b6b7bb4f..95e3a2fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,135 +1 @@ -/tests/output/ -/tests/integration/integration_config.yml -/tests/integration/inventory -/changelogs/.plugin-cache.yaml -tests/integration/cloud-config-* - -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -pip-wheel-metadata/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -*.py,cover -.hypothesis/ -.pytest_cache/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -.python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# PEP 582; used by e.g. github.com/David-OConnor/pyflow -__pypackages__/ - -# Celery stuff -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/ +updated at 2023-07-26 18:42:50.479219 \ No newline at end of file