diff --git a/tasks/general/software/services.yml b/tasks/general/software/services.yml index 1ac4ef8..1933a7c 100644 --- a/tasks/general/software/services.yml +++ b/tasks/general/software/services.yml @@ -38,12 +38,12 @@ state: started enabled: yes -- name: General | Software | Services | Create SSHFS rc.conf Entry (FreeBSD) - lineinfile: - path: /etc/rc.conf - regexp: '^sshd_enable=' - line: 'sshd_enable="YES" # MANAGED BY ANSIBLE' - state: present - create: yes - backup: yes - when: ansible_system == "FreeBSD" \ No newline at end of file +#- name: General | Software | Services | Create SSHFS rc.conf Entry (FreeBSD) +# lineinfile: +# path: /etc/rc.conf +# regexp: '^sshd_enable=' +# line: 'sshd_enable="YES" # MANAGED BY ANSIBLE' +# state: present +# create: yes +# backup: yes +# when: ansible_system == "FreeBSD" \ No newline at end of file