Skip to content

Commit

Permalink
Test commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbecker committed Jun 1, 2023
1 parent e06e3b2 commit edf7e75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# strategy = configure
# complexity = low
# disruption = low
{{{ ansible_only_lineinfile(None, "/etc/tmux.conf", "\s*bind\s+\w\s+lock-session.*$", "bind X lock-session", create="true", mode="0644") }}}
{{{ ansible_only_lineinfile(None, "/etc/tmux.conf", "\s*bind\s+\w\s+lock-session.*$", "bind X lock-session", create="false", mode="0644") }}}

0 comments on commit edf7e75

Please sign in to comment.