summaryrefslogtreecommitdiffstats
path: root/test/lib/ansible_test/_data/playbooks/windows_hosts_prepare.yml
blob: 0a23086bfdee4bfcb66a12377415d6e2d5d33b16 (plain)
1
2
3
4
5
6
7
- name: Prepare Windows hosts file
  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) }}\""