6 Commits
2.1.2 ... 2.2.0

Author SHA1 Message Date
960cc9e72a Merge pull request #6 from claranet/updatecli_main
feat(ci): add ubuntu 24.04 in test workflow
2024-07-05 10:07:24 +02:00
f5083595f0 chore: add in worflow tests on ubuntu 24
Made with ❤️️ by updatecli
2024-06-20 08:48:20 +00:00
831f658f60 Trigger CI 2024-02-07 14:38:49 +01:00
8ce4376c87 Trigger CI 2024-02-07 14:32:27 +01:00
cc928916a5 Trigger CI 2024-02-07 14:09:59 +01:00
4249473328 profile tasks 2024-02-07 11:02:47 +01:00
2 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,10 @@
--- ---
name: Ansible Molecule name: Ansible Molecule
on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push: push:
tags_ignore: tags_ignore:
- '*' - '*'
pull_request: pull_request:
jobs: jobs:
setup: setup:
name: Setup scenarios matrix name: Setup scenarios matrix
@ -27,7 +25,6 @@ jobs:
JSON="$JSON]" JSON="$JSON]"
echo "::set-output name=scenarios::$(echo $JSON)" echo "::set-output name=scenarios::$(echo $JSON)"
lint: lint:
name: Lint name: Lint
needs: needs:
@ -42,7 +39,6 @@ jobs:
uses: ansible/ansible-lint-action@main uses: ansible/ansible-lint-action@main
with: with:
path: "." path: "."
test: test:
name: Scenario "${{ matrix.scenario }}" on ${{ matrix.config.image }}:${{ matrix.config.tag }} name: Scenario "${{ matrix.scenario }}" on ${{ matrix.config.image }}:${{ matrix.config.tag }}
needs: needs:
@ -67,6 +63,8 @@ jobs:
tag: "10" tag: "10"
- image: "ubuntu" - image: "ubuntu"
tag: "22.04" tag: "22.04"
- image: ubuntu
tag: "24.04"
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -27,6 +27,9 @@ provisioner:
name: ansible name: ansible
env: env:
ANSIBLE_FORCE_COLOR: "true" ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_LOAD_CALLBACK_PLUGINS: "true"
ANSIBLE_STDOUT_CALLBACK: "ansible.posix.debug"
ANSIBLE_CALLBACKS_ENABLED: "ansible.posix.profile_tasks"
options: options:
v: true v: true