Skip to content

Commit 6a66b47

Browse files
committed
Replace obsolete occurrences of Pipfile
Signed-off-by: Norman Ziegner <[email protected]>
1 parent 60d2be1 commit 6a66b47

File tree

10 files changed

+38
-38
lines changed

10 files changed

+38
-38
lines changed

.github/workflows/gitlab.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '.github/workflows/gitlab.yml'
1313
- 'roles/gitlab/**'
1414
- 'molecule/gitlab/**'
15-
- 'Pipfile'
16-
- 'Pipfile.lock'
15+
- 'pyproject.toml'
16+
- 'uv.lock'
1717
push:
1818
branches:
1919
- "main"
@@ -23,8 +23,8 @@ on:
2323
- '.github/workflows/gitlab.yml'
2424
- 'roles/gitlab/**'
2525
- 'molecule/gitlab/**'
26-
- 'Pipfile'
27-
- 'Pipfile.lock'
26+
- 'pyproject.toml'
27+
- 'uv.lock'
2828
schedule:
2929
- cron: "0 0 * * *"
3030
env:

.github/workflows/gitlab_runner.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '.github/workflows/gitlab_runner.yml'
1313
- 'roles/gitlab_runner/**'
1414
- 'molecule/gitlab_runner/**'
15-
- 'Pipfile'
16-
- 'Pipfile.lock'
15+
- 'pyproject.toml'
16+
- 'uv.lock'
1717
push:
1818
branches:
1919
- "main"
@@ -23,8 +23,8 @@ on:
2323
- '.github/workflows/gitlab_runner.yml'
2424
- 'roles/gitlab_runner/**'
2525
- 'molecule/gitlab_runner/**'
26-
- 'Pipfile'
27-
- 'Pipfile.lock'
26+
- 'pyproject.toml'
27+
- 'uv.lock'
2828
schedule:
2929
- cron: "0 0 * * *"
3030
env:

.github/workflows/haproxy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '.github/workflows/haproxy.yml'
1313
- 'roles/haproxy/**'
1414
- 'molecule/haproxy/**'
15-
- 'Pipfile'
16-
- 'Pipfile.lock'
15+
- 'pyproject.toml'
16+
- 'uv.lock'
1717
push:
1818
branches:
1919
- "main"
@@ -23,8 +23,8 @@ on:
2323
- '.github/workflows/haproxy.yml'
2424
- 'roles/haproxy/**'
2525
- 'molecule/haproxy/**'
26-
- 'Pipfile'
27-
- 'Pipfile.lock'
26+
- 'pyproject.toml'
27+
- 'uv.lock'
2828
schedule:
2929
- cron: "0 0 * * *"
3030

.github/workflows/keepalived.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '.github/workflows/keepalived.yml'
1313
- 'roles/keepalived/**'
1414
- 'molecule/keepalived/**'
15-
- 'Pipfile'
16-
- 'Pipfile.lock'
15+
- 'pyproject.toml'
16+
- 'uv.lock'
1717
push:
1818
branches:
1919
- "main"
@@ -23,8 +23,8 @@ on:
2323
- '.github/workflows/keepalived.yml'
2424
- 'roles/keepalived/**'
2525
- 'molecule/keepalived/**'
26-
- 'Pipfile'
27-
- 'Pipfile.lock'
26+
- 'pyproject.toml'
27+
- 'uv.lock'
2828
schedule:
2929
- cron: '0 0 * * *'
3030

.github/workflows/netplan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '.github/workflows/netplan.yml'
1313
- 'roles/netplan/**'
1414
- 'molecule/netplan/**'
15-
- 'Pipfile'
16-
- 'Pipfile.lock'
15+
- 'pyproject.toml'
16+
- 'uv.lock'
1717
push:
1818
branches:
1919
- "main"
@@ -23,8 +23,8 @@ on:
2323
- '.github/workflows/netplan.yml'
2424
- 'roles/netplan/**'
2525
- 'molecule/netplan/**'
26-
- 'Pipfile'
27-
- 'Pipfile.lock'
26+
- 'pyproject.toml'
27+
- 'uv.lock'
2828
schedule:
2929
- cron: "0 0 * * *"
3030

.github/workflows/redis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '.github/workflows/redis.yml'
1313
- 'roles/redis/**'
1414
- 'molecule/redis/**'
15-
- 'Pipfile'
16-
- 'Pipfile.lock'
15+
- 'pyproject.toml'
16+
- 'uv.lock'
1717
push:
1818
branches:
1919
- "main"
@@ -23,8 +23,8 @@ on:
2323
- '.github/workflows/redis.yml'
2424
- 'roles/redis/**'
2525
- 'molecule/redis/**'
26-
- 'Pipfile'
27-
- 'Pipfile.lock'
26+
- 'pyproject.toml'
27+
- 'uv.lock'
2828
schedule:
2929
- cron: "0 0 * * *"
3030
env:

.github/workflows/ssh_keys.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '.github/workflows/ssh_keys.yml'
1313
- 'roles/ssh_keys/**'
1414
- 'molecule/ssh_keys/**'
15-
- 'Pipfile'
16-
- 'Pipfile.lock'
15+
- 'pyproject.toml'
16+
- 'uv.lock'
1717
push:
1818
branches:
1919
- "main"
@@ -23,8 +23,8 @@ on:
2323
- '.github/workflows/ssh_keys.yml'
2424
- 'roles/ssh_keys/**'
2525
- 'molecule/ssh_keys/**'
26-
- 'Pipfile'
27-
- 'Pipfile.lock'
26+
- 'pyproject.toml'
27+
- 'uv.lock'
2828
schedule:
2929
- cron: '0 0 * * *'
3030

.github/workflows/unattended_upgrades.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '.github/workflows/unattended_upgrades.yml'
1313
- 'roles/unattended_upgrades/**'
1414
- 'molecule/unattended_upgrades/**'
15-
- 'Pipfile'
16-
- 'Pipfile.lock'
15+
- 'pyproject.toml'
16+
- 'uv.lock'
1717
push:
1818
branches:
1919
- "main"
@@ -23,8 +23,8 @@ on:
2323
- '.github/workflows/unattended_upgrades.yml'
2424
- 'roles/unattended_upgrades/**'
2525
- 'molecule/unattended_upgrades/**'
26-
- 'Pipfile'
27-
- 'Pipfile.lock'
26+
- 'pyproject.toml'
27+
- 'uv.lock'
2828
schedule:
2929
- cron: '0 0 * * *'
3030

.github/workflows/zammad.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '.github/workflows/zammad.yml'
1313
- 'roles/zammad/**'
1414
- 'molecule/zammad/**'
15-
- 'Pipfile'
16-
- 'Pipfile.lock'
15+
- 'pyproject.toml'
16+
- 'uv.lock'
1717
push:
1818
branches:
1919
- "main"
@@ -23,8 +23,8 @@ on:
2323
- '.github/workflows/zammad.yml'
2424
- 'roles/zammad/**'
2525
- 'molecule/zammad/**'
26-
- 'Pipfile'
27-
- 'Pipfile.lock'
26+
- 'pyproject.toml'
27+
- 'uv.lock'
2828
schedule:
2929
- cron: '0 0 * * *'
3030

galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ build_ignore:
3131
- '.gitattributes'
3232
- '.gitignore'
3333
- '.yamllint'
34-
- 'Pipfile'
35-
- 'Pipfile.lock'
34+
- 'pyproject.toml'
35+
- 'uv.lock'

0 commit comments

Comments
 (0)