Skip to content

Commit 2008ff9

Browse files
authored
Merge pull request #19 from 0xCA5A/remove_trailing_whitespaces
Remove trailing whitespaces
2 parents 5161262 + c10fc8c commit 2008ff9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tasks/additional.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
owner: "{{ item.user | default(deploy_app_user) }}"
4848
group: "{{ item.group | default(deploy_app_group) }}"
4949
mode: "{{ item.mode | default('0644') }}"
50-
with_items: "{{ create_additional_dir }}"
50+
with_items: "{{ create_additional_dir }}"

tasks/service.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- include_tasks: service/systemd.yml
1010
when: deploy_service_type == "systemd" or
11-
(deploy_service_type == "default" and (ansible_distribution == "CentOS" or ansible_distribution == "RedHat") and ansible_distribution_major_version == '7')
11+
(deploy_service_type == "default" and (ansible_distribution == "CentOS" or ansible_distribution == "RedHat") and ansible_distribution_major_version == '7')
1212

1313
- name: "Service - Ensure {{ deploy_service_name }} starts on boot"
1414
become: yes

tasks/stop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
service:
1212
name: "{{ deploy_service_name }}"
1313
state: stopped
14-
when: deploy_service_type != "none" and deploy_instance_exists.stat.exists == True
14+
when: deploy_service_type != "none" and deploy_instance_exists.stat.exists == True

0 commit comments

Comments
 (0)