Merge "Don't run against localhost by default with kick.sh"

This commit is contained in:
Zuul 2018-05-07 03:59:36 +00:00 committed by Gerrit Code Review
commit 152e454693

View File

@ -14,5 +14,5 @@
# License for the specific language governing permissions and limitations
# under the License.
ansible-playbook -f1 --limit $1:localhost \
ansible-playbook -f1 --limit $1 \
/opt/system-config/production/playbooks/remote_puppet_adhoc.yaml