Skip to content

Commit d314dac

Browse files
author
Christopher M. Neill
committed
I want to say Bryan is the mad genius behind these changes.
1 parent 999af46 commit d314dac

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ansible/gamma-hosts/variables

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ optimus_github_deploy_keys_bucket=runnable.deploykeys.production-gamma
3535
palantiri_rollbar_key=f675e9090d6f483ca4e742af2c7f2f83
3636

3737
[registry:vars]
38-
registry_s3_access_key=AKIAJK5EN7W6E62A3C3Q
38+
registry_s3_access_key=AKIAJZQHOFYKTZP52XCQ
3939
registry_s3_bucket=runnableimages.gamma
40-
registry_s3_secret_key=ZFLePZdrHUNhTzuV4Ir/NgwPWOnU41Ur9DbH6UAp
41-
registry_s3_region=us-east-1
40+
registry_s3_secret_key=iOKNwff7HhUnTmHxt1HrJj1lUkrccZTqWvrKi54C
41+
registry_s3_region=us-west-2
4242

4343
[shiva:vars]
4444
aws_access_key_id=AKIAJ3RCYU6FCULAJP2Q

ansible/roles/docker/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- name: install docker
4949
sudo: yes
5050
when: restart is defined
51-
action: apt pkg="{{ docker_package_name }}" state=present update_cache=yes
51+
apt: pkg="{{ docker_package_name }}" state=present update_cache=yes force=yes
5252

5353
- name: restart docker
5454
when: copied_config.changed and restart is defined

0 commit comments

Comments
 (0)