summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_data/playbooks/windows_hosts_prepare.yml
blob: 04ecf969f71ecc378e8287302131fb0e1ddd53f0 (plain)
1
2
3
4
5
6
- hosts: all
  gather_facts: no
  tasks:
    - name: Add container hostname(s) to hosts file
      script:
        cmd: "\"{{ playbook_dir }}/windows_hosts_prepare.ps1\" -Hosts \"{{ '|'.join(hosts_entries) }}\""