mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #506 from holta/master
minor whitespace cleanup across 5+1 files
This commit is contained in:
commit
a622c2bf8e
6 changed files with 6 additions and 1 deletions
|
@ -85,6 +85,6 @@ if [ ! -f ./vars/local_vars.yml ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
echo "Running local playbooks! "
|
||||
echo "Running local playbooks!"
|
||||
ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null
|
||||
ansible-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Base Server
|
||||
|
||||
- name: ...IS BEGINNING =====================================
|
||||
command: echo
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Server Options
|
||||
|
||||
- name: ...IS BEGINNING ==================================
|
||||
command: echo
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# XO Services
|
||||
|
||||
- name: ...IS BEGINNING =====================================
|
||||
command: echo
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Generic Apps
|
||||
|
||||
- name: ...IS BEGINNING ====================================
|
||||
command: echo
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Educational Apps
|
||||
|
||||
- name: ...IS BEGINNING ========================================
|
||||
command: echo
|
||||
|
||||
|
|
Loading…
Reference in a new issue