Added ansible_limit conditional to hosts: field

main
Mike Holloway 2 months ago
parent f129e8fa09
commit 958caa7726
  1. 4
      podman-host.yml

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

Loading…
Cancel
Save