Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed handling of sleep arguments during service restarts on AIX #76878

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

neikei
Copy link

@neikei neikei commented Jan 29, 2022

SUMMARY

Added sleep between stop and start of a service if parameter is set and state is restarted.

Issue: #76877

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

service

ADDITIONAL INFORMATION

Locally tested with Ansible on AIX.

root@aix00001 /root/ansible# ansible --version
ansible 2.9.14
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/freeware/lib/python3.7/site-packages/ansible
  executable location = /opt/freeware/bin/ansible
  python version = 3.7.12 (default, Dec 15 2021, 03:25:47) [GCC 8.3.0]

@ansibot ansibot added affects_2.13 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. new_contributor This PR is the first contribution by a new community member. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Jan 29, 2022
@mkrizek mkrizek merged commit 3c8861d into ansible:devel Feb 1, 2022
@mkrizek mkrizek removed the needs_triage Needs a first human triage before being processed. label Feb 1, 2022
konstruktoid pushed a commit to konstruktoid/ansible-upstream that referenced this pull request Feb 2, 2022
@ansible ansible locked and limited conversation to collaborators Feb 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.13 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. new_contributor This PR is the first contribution by a new community member. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants