personal_ansible_desktop_configs icon indicating copy to clipboard operation
personal_ansible_desktop_configs copied to clipboard

roles/base/tasks/user/jay

Open DjCoke opened this issue 1 year ago • 4 comments

  • name: users | jay | copy tmux config (server version) tags: dotfiles,users,jay,tmux,users,vim,zsh copy: src: users/jay/tmux/tmux.conf.server dest: /home/jay/.tmux.conf owner: jay group: jay mode: 0600 when: "'server' not in group_names"

  • name: users | jay | copy tmux config (workstation version) tags: dotfiles,users,jay,tmux,users,vim,zsh copy: src: users/jay/tmux/tmux.conf.workstation dest: /home/jay/.tmux.conf owner: jay group: jay mode: 0600 when: "'server' in group_names"

I cannot get this to understand. I read it that when server is not in group_name execute the tmux.conf.server and while when server is in group_name execute the jay workstation tmux conf.

Is this intended or do I miss something crucial?

DjCoke avatar Jan 22 '23 10:01 DjCoke

Was just looking at this same piece of code. I believe the when statements are reversed.

chrishas35 avatar Sep 19 '23 00:09 chrishas35

You appear to be correct. Soon this will be replaced with an all-new version, I don't know the exact ETA though. Might be worth a look when the new version is uploaded

LearnLinuxTV avatar Sep 19 '23 20:09 LearnLinuxTV

Hi, when new version is coming?

skywalker123p avatar Feb 21 '24 23:02 skywalker123p

I predict the video/Github release will be within the next quarter, depending on how long current projects take to finish.

LearnLinuxTV avatar Feb 22 '24 23:02 LearnLinuxTV