blob: 0ef642348d1725f77b1bd69520a188c4d2c3502e [file] [log] [blame]
# Stop Swarming bots from ever writing the run_swarm_bot.bat file.
- hosts: all_win
remote_user: '{{ skolo_account }}'
gather_facts: true
tasks:
- name: Stop Swarming from running on its own.
win_environment:
name: SWARMING_EXTERNAL_BOT_SETUP
level: machine
state: present
value: '1'