create auto fs service

This commit is contained in:
vincent 2019-01-12 19:12:55 +01:00
parent 8fdb217174
commit 63cbc04f65

View File

@ -4,11 +4,3 @@
name: ['zsh','stow','nmap','rsync','awesome-terminal-fonts','wget','bat','diff-so-fancy','git','htop','thefuck','tldr','ntfs-3g','tmux','vim','zsh-theme-powerlevel9k' ] # not required. Name or list of names of the packages to install, upgrade, or remove. name: ['zsh','stow','nmap','rsync','awesome-terminal-fonts','wget','bat','diff-so-fancy','git','htop','thefuck','tldr','ntfs-3g','tmux','vim','zsh-theme-powerlevel9k' ] # not required. Name or list of names of the packages to install, upgrade, or remove.
update_cache: true # not required. Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate step. update_cache: true # not required. Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate step.
become: yes become: yes
- name: install oh-my-zsh-git
aur:
skip_installed: True
name: oh-my-zsh-git
use: yay
become: yes
become_user: aur_builder