File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -324,11 +324,11 @@ symlink_vimrc_to_unprivileged_user_home:
324324
325325copy_initial_htop_config_for_root_user:
326326 cmd.run :
327- - name: cp /etc/dotfiles/.config/htop/htoprc /root/.config/htop/htoprc
327+ - name: cp --no-clobber /etc/dotfiles/.config/htop/htoprc /root/.config/htop/htoprc || /bin/true
328328
329329copy_initial_htop_config_for_unprivileged_user_user:
330330 cmd.run :
331- - name: cp --no-clobber /etc/dotfiles/.config/htop/htoprc /home/ {{ pillar[' shellserver_unprivileged_user_name' ] }}/.config/htop/htoprc
331+ - name: cp --no-clobber /etc/dotfiles/.config/htop/htoprc /home/ {{ pillar[' shellserver_unprivileged_user_name' ] }}/.config/htop/htoprc || /bin/true
332332
333333create_root_irssi_config_directory:
334334 file.directory :
You can’t perform that action at this time.
0 commit comments