Skip to content

Commit

Permalink
fixing trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
IPvSean committed May 2, 2020
1 parent f6c4b83 commit 81ecc11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provisioner/roles/code_server/tasks/codeserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
register: install_extension
until: install_extension is not failed
retries: 5

- name: start code-server service
service:
name: code-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
ansible_network_os: "{{ec2_info[rtr1_type].os}}"
username: "{{ec2_info[rtr1_type].username}}"
launch_time: "{{item.1.launch_time}}"
group: core
group: core
with_indexed_items:
- "{{ rtr1_output.instances }}"
when: rtr1_output.instance_ids is not none
Expand Down

0 comments on commit 81ecc11

Please sign in to comment.