We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95f15f4 + 9c4e9d6 commit 073332dCopy full SHA for 073332d
ansible/deploy-openstack.yml
@@ -13,7 +13,7 @@
13
# SSH to Ansible control host
14
ssh {{ ansible_user }}@{{ ansible_host }}
15
# Either: Attach to the tmux session
16
- tmux -t {{ tmux_session }} attach
+ tmux attach -t {{ tmux_session }}
17
# Or: Follow the log file
18
less -r {{ tmux_log_path }}
19
vars_files:
0 commit comments