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: 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