File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 99 push :
1010 branches :
1111 - master
12+ pull_request :
13+ branches :
14+ - master
1215 schedule :
1316 - cron : ' 19 10 10 * *'
1417
2427 molecule :
2528 needs :
2629 - lint
30+ if : github.event_name != 'pull_request'
2731 runs-on : ubuntu-latest
2832 strategy :
2933 fail-fast : false
Original file line number Diff line number Diff line change 44.cache
55.DS_Store
66.ansible
7+ results- * .txt
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments