|
1 |
| -[](https://github.com/marketplace/actions/check-ansible-centos-centos9) |
2 |
| -[](https://github.com/roles-ansible/check-ansible-centos-centos9-action/blob/main/LICENSE) |
| 1 | +[](https://github.com/marketplace/actions/check-ansible-centos-centos10) |
| 2 | +[](https://github.com/roles-ansible/check-ansible-centos-centos10-action/blob/main/LICENSE) |
3 | 3 |
|
4 |
| - Check Ansible CentOS centos9 |
5 |
| -======================= |
6 |
| -This action allows you to test your ansible role or your playbook in a Docker Container with ``quay.io/centos/centos:stream9``. |
| 4 | +Check Ansible CentOS 10 Stream |
| 5 | +============================== |
| 6 | +This action allows you to test your ansible role or your playbook in a Docker Container with ``quay.io/centos/centos:stream10``. |
7 | 7 |
|
8 | 8 | ## Usage
|
9 |
| -To use the action simply create an ``ansible-centos-centos9.yml`` *(or choose custom ``*.yml`` name)* in the ``.github/workflows/`` directory. |
| 9 | +To use the action simply create an ``ansible-centos-centos10.yml`` *(or choose custom ``*.yml`` name)* in the ``.github/workflows/`` directory. |
10 | 10 |
|
11 | 11 | For example:
|
12 | 12 |
|
13 | 13 | ```yaml
|
14 | 14 | ---
|
15 |
| -name: Ansible check centos:stream9 # feel free to pick your own name |
| 15 | +name: Ansible check centos:stream10 # feel free to pick your own name |
16 | 16 |
|
17 | 17 | # yamllint disable-line rule:truthy
|
18 | 18 | on: [push, pull_request]
|
|
26 | 26 | - name: checkout git repo
|
27 | 27 | uses: actions/checkout@v3
|
28 | 28 |
|
29 |
| - - name: ansible check with quay.io/centos/centos:stream9 |
| 29 | + - name: ansible check with quay.io/centos/centos:stream10 |
30 | 30 | # optionally replace "main" with any valid git ref
|
31 |
| - uses: roles-ansible/check-ansible-centos-centos9-action@main |
| 31 | + uses: roles-ansible/check-ansible-centos-centos10-action@main |
32 | 32 | with:
|
33 | 33 | targets: "./"
|
34 | 34 | # [required]
|
|
0 commit comments