Skip to content

Commit 9c4e9d6

Browse files
committed
Fix tmux attach command syntax
1 parent 95f15f4 commit 9c4e9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/deploy-openstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# SSH to Ansible control host
1414
ssh {{ ansible_user }}@{{ ansible_host }}
1515
# Either: Attach to the tmux session
16-
tmux -t {{ tmux_session }} attach
16+
tmux attach -t {{ tmux_session }}
1717
# Or: Follow the log file
1818
less -r {{ tmux_log_path }}
1919
vars_files:

0 commit comments

Comments
 (0)