We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f39ed6 commit 313c1feCopy full SHA for 313c1fe
.gitignore
@@ -1,5 +1,6 @@
1
# https://raw.githubusercontent.com/github/gitignore/main/Python.gitignore
2
# Byte-compiled / optimized / DLL files
3
+tests/integration/inventory
4
__pycache__/
5
*.py[cod]
6
*$py.class
tests/integration/targets/ensure_github_pat/tasks/main.yml
@@ -0,0 +1,5 @@
+---
+- name: Ensure the Github PAT is defined
+ ansible.builtin.fail:
+ msg: "Github PAT must be defined using github_mcp_pat variable"
+ when: github_mcp_pat is undefined
0 commit comments