Skip to content

Commit

Permalink
fix(provision): add missing gcloud key root configs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Feb 26, 2021
1 parent b7c2c04 commit b5999b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ topics:
- name: docker
state: present
config: "{{ docker_config }}"
- name: gcloud
state: present
config: "{{ gcloud_config }}"
- name: vagrant
state: absent
config: "{{ vagrant_config }}"
Expand Down
3 changes: 3 additions & 0 deletions macos.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ topics:
- name: docker
state: present
config: "{{ docker_config }}"
- name: gcloud
state: present
config: "{{ gcloud_config }}"
- name: vagrant
state: absent
config: "{{ vagrant_config }}"
Expand Down

0 comments on commit b5999b3

Please sign in to comment.