https://github.com/trinitronx/ansible-pause-bug-reproduction
This playbook repo contains a demo playbook for reproducing a bug in Ansible's pause module.
https://github.com/trinitronx/ansible-pause-bug-reproduction
Last synced: about 1 month ago
JSON representation
This playbook repo contains a demo playbook for reproducing a bug in Ansible's pause module.
- Host: GitHub
- URL: https://github.com/trinitronx/ansible-pause-bug-reproduction
- Owner: trinitronx
- Created: 2018-01-25T17:48:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T18:04:15.000Z (over 8 years ago)
- Last Synced: 2025-01-10T07:47:31.719Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-pause-bug-reproduction
This playbook repo contains a demo playbook for reproducing a bug in Ansible.
To reproduce the bug:
1. On a host with docker installed, run:
docker pull trinitronx/ansible-base:devel-centos7-90f0c411e4
docker pull trinitronx/ansible-base:devel-centos7-2.5.0
export CONTAINER_ID=trinitronx/ansible-base:devel-centos7-90f0c411e4
./bin/docker-run 'ansible-playbook -i inventory/hosts playbooks/pause-test/pause-test.yml -vvv --diff'
2. Try to abort playbook by pressing `Ctrl+c`, then `a` to abort [as documented in pause module "To abort a playbook press ctrl+c and then a."][1]
3. Watch as none of your `Ctrl+c`, `Escape` or `a` keypresses make any difference!
4. If you happen to hit `Enter` in frustration, the playbook ignores your pleas and continues anyway!
[1]: http://docs.ansible.com/ansible/latest/pause_module.html