Skip to content

Commit 81a2581

Browse files
authored
Remove extra lines in activate scripts (#803)
1 parent 69f71fe commit 81a2581

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

cookiecutter/{{cookiecutter.environment}}/activate

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ echo "Setting PKR_VAR_repo_root to $PKR_VAR_repo_root"
1818
if [ -f "$APPLIANCES_ENVIRONMENT_ROOT/ansible.cfg" ]; then
1919
export ANSIBLE_CONFIG=$APPLIANCES_ENVIRONMENT_ROOT/ansible.cfg
2020
fi
21-
22-

environments/.stackhpc/activate

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ echo "Setting PKR_VAR_repo_root to $PKR_VAR_repo_root"
1818
if [ -f "$APPLIANCES_ENVIRONMENT_ROOT/ansible.cfg" ]; then
1919
export ANSIBLE_CONFIG=$APPLIANCES_ENVIRONMENT_ROOT/ansible.cfg
2020
fi
21-
22-

environments/site/activate

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ echo "Setting PKR_VAR_repo_root to $PKR_VAR_repo_root"
1818
if [ -f "$APPLIANCES_ENVIRONMENT_ROOT/ansible.cfg" ]; then
1919
export ANSIBLE_CONFIG=$APPLIANCES_ENVIRONMENT_ROOT/ansible.cfg
2020
fi
21-
22-

0 commit comments

Comments
 (0)