Skip to content

Commit

Permalink
Revert "Use the CI user by default on non-bare stages"
Browse files Browse the repository at this point in the history
This reverts commit f50db3d.
  • Loading branch information
stevekuznetsov committed Apr 17, 2017
1 parent e53a1c2 commit 451e316
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions oct/ansible/oct/roles/aws-up/tasks/main.yml
Expand Up @@ -118,13 +118,6 @@
- name: determine the default user to use for SSH
set_fact:
origin_ci_aws_ssh_user: 'ec2-user'
when: origin_ci_aws_ami_stage == 'bare'

- name: determine the default user to use for SSH
set_fact:
origin_ci_aws_ssh_user: 'origin'
when: origin_ci_aws_ami_stage != 'bare'

- name: update variables for the host
copy:
content:
Expand Down

0 comments on commit 451e316

Please sign in to comment.