Skip to content

Commit 993a928

Browse files
Fix idempotence error on Ubuntu 22.04
1 parent a55345f commit 993a928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/apt.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
state: absent
1212

1313
- name: Ensure the third-party PHP repository is {{ 'present' if php.repository.apt.enabled else 'absent' }}
14+
changed_when: "'molecule-idempotence-notest' not in ansible_skip_tags"
1415
register: php_repository_added
1516
ansible.builtin.deb822_repository:
1617
name: php

0 commit comments

Comments
 (0)