Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roles/base/tasks/user/jay #14

Open
DjCoke opened this issue Jan 22, 2023 · 4 comments
Open

roles/base/tasks/user/jay #14

DjCoke opened this issue Jan 22, 2023 · 4 comments

Comments

@DjCoke
Copy link

DjCoke commented Jan 22, 2023

  • 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?

@chrishas35
Copy link

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

@LearnLinuxTV
Copy link
Owner

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

@skywalker123p
Copy link

Hi, when new version is coming?

@LearnLinuxTV
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants