Hi,
when i click Abort Job I’m expecting that the execution of the playbook stops. However, it does not and it seems to run till end.
Example play:
- hosts: all
gather_facts: false
become: false
tasks:
- name: Touch before
command: touch /tmp/before_minute
- pause:
minutes: 1
- name: Touch after
command: touch /tmp/after_minute
Result: after_minute file will be created
-rw-r–r--. 1 root root 0 Jun 5 12:57 after_minute
-rw-r–r--. 1 root root 0 Jun 5 12:56 before_minute
See also attached file:
Some relevant packages installed:
foreman-2.0.0-2.el7.noarch
foreman-proxy-2.0.0-1.el7.noarch
tfm-rubygem-smart_proxy_dynflow-0.2.4-3.fm2_0.el7.noarch
tfm-rubygem-smart_proxy_remote_execution_ssh-0.3.0-1.fm2_0.el7.noarch
tfm-rubygem-smart_proxy_ansible-3.0.1-3.fm2_0.el7.noarch
tfm-rubygem-smart_proxy_dynflow_core-0.2.4-2.fm2_0.el7.noarch
tfm-rubygem-foreman_remote_execution-3.2.1-1.fm2_2.el7.noarch
tfm-rubygem-smart_proxy_remote_execution_ssh-0.3.0-1.fm2_0.el7.noarch
tfm-rubygem-foreman_remote_execution_core-1.3.0-1.el7.noarch
tfm-rubygem-activejob-5.2.1-3.el7.noarch
Thanks for help.!