Skip to content

Commit 10cb7d1

Browse files
committed
Update generated docs.
1 parent 6e8bca0 commit 10cb7d1

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

.cursor/rules/ansible.mdc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ alwaysApply: true
4545
Suse:
4646
- foobar
4747

48-
xyz_packages: "{{ _xyz_packages[ansible_os_family] | default(_xyz_packages['default']) }}"
48+
xyz_packages: "{{ _xyz_packages[ansible_facts['os_family']] | default(_xyz_packages['default']) }}"
49+
4950
```
5051

5152
This pattern can be used for all kinds of things, such as:

.github/workflows/molecule.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
push:
1010
branches:
1111
- master
12+
pull_request:
13+
branches:
14+
- master
1215
schedule:
1316
- cron: '19 10 10 * *'
1417

@@ -24,6 +27,7 @@ jobs:
2427
molecule:
2528
needs:
2629
- lint
30+
if: github.event_name != 'pull_request'
2731
runs-on: ubuntu-latest
2832
strategy:
2933
fail-fast: false

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
.cache
55
.DS_Store
66
.ansible
7+
results-*.txt

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2025 Robert de Bock (robert@meinit.nl)
190+
Copyright 2026 Robert de Bock (robert@meinit.nl)
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)