mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479)
Replace ansible_xxx with ansible_facts.xxx.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
package:
|
||||
name: parted
|
||||
state: present
|
||||
when: ansible_os_family == 'Alpine'
|
||||
when: ansible_facts.os_family == 'Alpine'
|
||||
|
||||
- name: Create empty file
|
||||
community.general.filesize:
|
||||
|
||||
Reference in New Issue
Block a user