Remove TODOs, should be gone on all systems by now.

This commit is contained in:
Hyperling 2021-02-13 05:28:16 -06:00
parent 47fce3f827
commit 9488e87421

View File

@ -27,38 +27,6 @@
mode: '0755' mode: '0755'
#TODO Remove this
- name: General | Account Management | Mounts | Create 1337 fstab Comment
lineinfile:
path: /etc/fstab
regexp: '^# MANAGED BY ANSIBLE | Leet Share'
line: '# MANAGED BY ANSIBLE | Leet Share'
state: absent
insertbefore: '^{{ leet_ssh }}'
when: ansible_system == "Linux"
#TODO Remove this
- name: General | Account Management | Mounts | Create 1337 fstab Entry
lineinfile:
path: /etc/fstab
regexp: '^{{ leet_ssh }}'
line: "{{ leet_ssh }}: /mnt/leet fuse.sshfs defaults,_netdev,allow_other,delay_connect 0 0"
state: absent
backup: yes
when: ansible_system == "Linux"
#TODO Remove this
- name: General | Account Management | Mounts | Create 1337 fstab Entry
blockinfile:
path: /etc/fstab
block: |
{{ leet_ssh }}: /mnt/leet fuse.sshfs defaults,_netdev,allow_other,delay_connect 0 0
marker: '# {mark} MANAGED BY ANSIBLE | 1337 Share'
state: absent
backup: yes
when: ansible_system == "Linux"
# Linux uses fstab # Linux uses fstab
- name: General | Account Management | Mounts | Create 1337 fstab Entry - name: General | Account Management | Mounts | Create 1337 fstab Entry
blockinfile: blockinfile: