Skip to content

Commit 617b718

Browse files
Merge pull request #520 from NHSDigital/APM-6129-AnsibleHIghALerts
APM-6129-AnsibleIssueHighALerts
2 parents cbb004a + c5cbd37 commit 617b718

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

15-
- name: Install Python 3.9
15+
- name: Install Python 3.8
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.9
18+
python-version: 3.8
1919

2020
- name: Install poetry
2121
run: pip install poetry

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# api-management-utils
2-
Scripts and utilities used across API managment platform and services
2+
Scripts and utilities used across API managment platform and services
33

44
## Scripts
55
* `template.py` - cli for basic jinja templating
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DIST_DIR: "{{ lookup('env', 'DIST_DIR') }}"
2-
SERVICE_NAME: "{{ lookup('env', 'SERVICE_NAME') }}"
2+
SERVICE_NAME: "{{ lookup('env', 'SERVICE_NAME') }}"

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flake8 = "^3.7.9"
1515
mypy = "^0.770"
1616
pytest = "^5.4.2"
1717
pytest-cov = "^2.8.1"
18-
ansible = "^2.10.7"
18+
ansible = "^2.9.23rc1"
1919
pyyaml = "^6.0"
2020
jmespath = "^0.10.0"
2121
awscli = "^1.18.80"

0 commit comments

Comments
 (0)