summaryrefslogtreecommitdiffstats
path: root/test/lib/ansible_test/_data/playbooks/windows_hosts_restore.yml
blob: c595d5fb75f1c605a46d5b69b2a0889222fbe7f6 (plain)
1
2
3
4
5
6
7
- name: Restore Windows hosts file
  hosts: all
  gather_facts: no
  tasks:
    - name: Remove container hostname(s) from hosts file
      script:
        cmd: "\"{{ playbook_dir }}/windows_hosts_restore.ps1\" -Hosts \"{{ '|'.join(hosts_entries) }}\""