mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Misc Fixes: Clean up whitespace warnings
This commit is contained in:
parent
2203107f85
commit
3abb27bbed
44 changed files with 121 additions and 135 deletions
|
@ -131,5 +131,3 @@
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
async: 300
|
async: 300
|
||||||
poll: 120
|
poll: 120
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# Add your role to this list and then uncomment dependencies. Adding a tag is handy for testing.
|
# Add your role to this list and then uncomment dependencies. Adding a tag is handy for testing.
|
||||||
#dependencies:
|
#dependencies:
|
||||||
|
|
|
@ -130,4 +130,3 @@
|
||||||
value: /activities
|
value: /activities
|
||||||
- option: enabled
|
- option: enabled
|
||||||
value: "{{ xo_services_enabled }}"
|
value: "{{ xo_services_enabled }}"
|
||||||
|
|
||||||
|
|
|
@ -95,4 +95,3 @@
|
||||||
- name: On first enabling of awstats, summarize httpd logs up to now
|
- name: On first enabling of awstats, summarize httpd logs up to now
|
||||||
shell: /usr/bin/perl /usr/lib/cgi-bin/awstats.pl -config=schoolserver -update
|
shell: /usr/bin/perl /usr/lib/cgi-bin/awstats.pl -config=schoolserver -update
|
||||||
when: awstats_enabled and is_debuntu
|
when: awstats_enabled and is_debuntu
|
||||||
|
|
||||||
|
|
|
@ -29,4 +29,3 @@
|
||||||
|
|
||||||
- name: Restart apache, so it picks up the new aliases
|
- name: Restart apache, so it picks up the new aliases
|
||||||
service: name={{ apache_service }} state=restarted
|
service: name={{ apache_service }} state=restarted
|
||||||
|
|
||||||
|
|
|
@ -53,4 +53,3 @@
|
||||||
|
|
||||||
- name: end editing the sudoers file-- protect it again
|
- name: end editing the sudoers file-- protect it again
|
||||||
shell: chmod 0440 /etc/sudoers
|
shell: chmod 0440 /etc/sudoers
|
||||||
|
|
||||||
|
|
|
@ -118,4 +118,3 @@
|
||||||
value: '"mySQL is a widely used database service on the Internet which runs on many platforms, and is often offered and available at hosting Internet Service Providers"'
|
value: '"mySQL is a widely used database service on the Internet which runs on many platforms, and is often offered and available at hosting Internet Service Providers"'
|
||||||
- option: enabled
|
- option: enabled
|
||||||
value: "{{ mysql_enabled }}"
|
value: "{{ mysql_enabled }}"
|
||||||
|
|
||||||
|
|
|
@ -95,4 +95,3 @@
|
||||||
- "{{ lan_list_result.stdout_lines }}"
|
- "{{ lan_list_result.stdout_lines }}"
|
||||||
|
|
||||||
# testpoint confirm with 'nmcli c show' 'brctl show'
|
# testpoint confirm with 'nmcli c show' 'brctl show'
|
||||||
|
|
||||||
|
|
|
@ -138,4 +138,3 @@
|
||||||
set_fact:
|
set_fact:
|
||||||
iiab_lan_iface: "none"
|
iiab_lan_iface: "none"
|
||||||
when: dhcp_good and adapter_count.stdout|int == "1"
|
when: dhcp_good and adapter_count.stdout|int == "1"
|
||||||
|
|
||||||
|
|
|
@ -138,4 +138,3 @@
|
||||||
value: "{{ nextcloud_src_file }}"
|
value: "{{ nextcloud_src_file }}"
|
||||||
- option: enabled
|
- option: enabled
|
||||||
value: "{{ nextcloud_enabled }}"
|
value: "{{ nextcloud_enabled }}"
|
||||||
|
|
||||||
|
|
|
@ -33,4 +33,3 @@
|
||||||
lineinfile: regexp='overwrite.cli.url'
|
lineinfile: regexp='overwrite.cli.url'
|
||||||
state=absent
|
state=absent
|
||||||
dest="{{ owncloud_prefix }}/owncloud/config/config.php"
|
dest="{{ owncloud_prefix }}/owncloud/config/config.php"
|
||||||
|
|
||||||
|
|
|
@ -60,4 +60,3 @@
|
||||||
value: '"Samba is a Microsoft compatible remote file access system - generalized to CIFS --common internet file system"'
|
value: '"Samba is a Microsoft compatible remote file access system - generalized to CIFS --common internet file system"'
|
||||||
- option: enabled
|
- option: enabled
|
||||||
value: "{{ samba_enabled }}"
|
value: "{{ samba_enabled }}"
|
||||||
|
|
||||||
|
|
|
@ -45,4 +45,3 @@
|
||||||
with_items:
|
with_items:
|
||||||
- teamviewer*
|
- teamviewer*
|
||||||
when: teamviewer_install and xo_model == "none" and ansible_distribution_version >= "22"
|
when: teamviewer_install and xo_model == "none" and ansible_distribution_version >= "22"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue