Added ansible_limit conditional to hosts: field

This commit is contained in:
Mike Holloway 2024-09-17 12:39:13 -04:00
parent f129e8fa09
commit 958caa7726

View File

@ -1,3 +1,7 @@
---
- hosts: {{ ansible_limit | default('none') }}
become: yes
become_user: root
- roles:
- podman-host