Skip to content

Commit

Permalink
test for 8.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Oct 4, 2024
1 parent 52a11ca commit 105c0cb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions roles/php/molecule/default/verify.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
---
# This is an example playbook to execute Ansible tests.

- name: Verify
hosts: all
gather_facts: false
tasks:
- name: test for php packages
apt:
- name: Test for php packages
ansible.builtin.apt:
name: "{{ item }}"
state: present
loop:
- php8.1
- php8.1-dev
- php8.1-curl
- php8.1-zip
- php8.3
- php8.3-dev
- php8.3-curl
- php8.3-zip
- datadog-php-tracer
check_mode: true
register: present
Expand Down

0 comments on commit 105c0cb

Please sign in to comment.