Skip to content

Commit 313c1fe

Browse files
committed
Ensure Github PAT is defined
1 parent 8f39ed6 commit 313c1fe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# https://raw.githubusercontent.com/github/gitignore/main/Python.gitignore
22
# Byte-compiled / optimized / DLL files
3+
tests/integration/inventory
34
__pycache__/
45
*.py[cod]
56
*$py.class
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
- name: Ensure the Github PAT is defined
3+
ansible.builtin.fail:
4+
msg: "Github PAT must be defined using github_mcp_pat variable"
5+
when: github_mcp_pat is undefined

0 commit comments

Comments
 (0)