Fix(Choux): remove empty samba config
This commit is contained in:
parent
fd78ced7ef
commit
76f5ba0d0a
@ -82,18 +82,18 @@
|
|||||||
become: yes
|
become: yes
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
|
|
||||||
- name: Init Samba (empty config)
|
# - name: Init Samba (empty config)
|
||||||
file:
|
# file:
|
||||||
path: /etc/samba/smb.conf
|
# path: /etc/samba/smb.conf
|
||||||
state: file
|
# state: file
|
||||||
|
|
||||||
# - name: Install Tmuxinator
|
# - name: Install Tmuxinator
|
||||||
# aur:
|
# aur:
|
||||||
# name: "{{ item }}"
|
# name: "{{ item }}"
|
||||||
# use: yay
|
# use: yay
|
||||||
# skip_installed: true
|
# skip_installed: true
|
||||||
# with_items:
|
# with_items:
|
||||||
# - tmuxinator
|
# - tmuxinator
|
||||||
# become: yes
|
# become: yes
|
||||||
# become_user: aur_builder
|
# become_user: aur_builder
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user