We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55345f commit 993a928Copy full SHA for 993a928
tasks/apt.yaml
@@ -11,6 +11,7 @@
11
state: absent
12
13
- 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"
15
register: php_repository_added
16
ansible.builtin.deb822_repository:
17
name: php
0 commit comments