From f8e636eb075aa079a134a630d1c9c2073a32bf8e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 13 Feb 2014 12:28:29 -0600 Subject: [PATCH] Update ansible alias. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 0d18daf..06b3ade 100644 --- a/.bash_profile +++ b/.bash_profile @@ -44,4 +44,4 @@ export ANSIBLE_NOCOWS=1 # Ansible aliases. alias an='ansible' -alias anplay='ansible-playbook' +alias ap='ansible-playbook'