
Touching the file works, but it's easy to misspell. Change-Id: I4980ac2c290abd6cda39846e651fb490bfafe96f
7 lines
120 B
Bash
7 lines
120 B
Bash
#!/bin/bash
|
|
|
|
# This is a simple script but ensures we don't mis-type the
|
|
# file name.
|
|
|
|
touch /home/zuul/DISABLE-ANSIBLE
|