mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #428 from arky/misc-checks
Misc Fixes: Clean up whitespace warnings
This commit is contained in:
commit
1d8e946b91
44 changed files with 121 additions and 135 deletions
|
@ -131,5 +131,3 @@
|
|||
ignore_errors: yes
|
||||
async: 300
|
||||
poll: 120
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
# Add your role to this list and then uncomment dependencies. Adding a tag is handy for testing.
|
||||
#dependencies:
|
||||
|
|
@ -130,4 +130,3 @@
|
|||
value: /activities
|
||||
- option: enabled
|
||||
value: "{{ xo_services_enabled }}"
|
||||
|
||||
|
|
|
@ -95,4 +95,3 @@
|
|||
- 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
|
||||
when: awstats_enabled and is_debuntu
|
||||
|
||||
|
|
|
@ -29,4 +29,3 @@
|
|||
|
||||
- name: Restart apache, so it picks up the new aliases
|
||||
service: name={{ apache_service }} state=restarted
|
||||
|
||||
|
|
|
@ -53,4 +53,3 @@
|
|||
|
||||
- name: end editing the sudoers file-- protect it again
|
||||
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"'
|
||||
- option: enabled
|
||||
value: "{{ mysql_enabled }}"
|
||||
|
||||
|
|
|
@ -95,4 +95,3 @@
|
|||
- "{{ lan_list_result.stdout_lines }}"
|
||||
|
||||
# testpoint confirm with 'nmcli c show' 'brctl show'
|
||||
|
||||
|
|
|
@ -138,4 +138,3 @@
|
|||
set_fact:
|
||||
iiab_lan_iface: "none"
|
||||
when: dhcp_good and adapter_count.stdout|int == "1"
|
||||
|
||||
|
|
|
@ -138,4 +138,3 @@
|
|||
value: "{{ nextcloud_src_file }}"
|
||||
- option: enabled
|
||||
value: "{{ nextcloud_enabled }}"
|
||||
|
||||
|
|
|
@ -33,4 +33,3 @@
|
|||
lineinfile: regexp='overwrite.cli.url'
|
||||
state=absent
|
||||
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"'
|
||||
- option: enabled
|
||||
value: "{{ samba_enabled }}"
|
||||
|
||||
|
|
|
@ -45,4 +45,3 @@
|
|||
with_items:
|
||||
- teamviewer*
|
||||
when: teamviewer_install and xo_model == "none" and ansible_distribution_version >= "22"
|
||||
|
||||
|
|
Loading…
Reference in a new issue