Fix(Choux): remove empty samba config

This commit is contained in:
Bertrand Benjamin 2019-04-16 10:47:45 +02:00
parent fd78ced7ef
commit 76f5ba0d0a
1 changed files with 13 additions and 13 deletions

View File

@ -82,18 +82,18 @@
become: yes
become_user: aur_builder
- name: Init Samba (empty config)
file:
path: /etc/samba/smb.conf
state: file
# - name: Init Samba (empty config)
# file:
# path: /etc/samba/smb.conf
# state: file
# - name: Install Tmuxinator
# aur:
# name: "{{ item }}"
# use: yay
# skip_installed: true
# with_items:
# - tmuxinator
# become: yes
# become_user: aur_builder
# - name: Install Tmuxinator
# aur:
# name: "{{ item }}"
# use: yay
# skip_installed: true
# with_items:
# - tmuxinator
# become: yes
# become_user: aur_builder