diff --git a/changelogs/fragments/1676-content_view_version-async-poll.yml b/changelogs/fragments/1676-content_view_version-async-poll.yml index cb857afa0a..e129960bfe 100644 --- a/changelogs/fragments/1676-content_view_version-async-poll.yml +++ b/changelogs/fragments/1676-content_view_version-async-poll.yml @@ -1,4 +1,2 @@ minor_changes: - - content_view_version role adding foreman_content_view_publish_async and foreman_content_view_publish_poll (https://github.com/theforeman/foreman-ansible-modules/pull/1676) - - + - content_view_publish role - allow passing ``async`` and ``poll`` to the module (https://github.com/theforeman/foreman-ansible-modules/pull/1676) diff --git a/roles/content_view_publish/README.md b/roles/content_view_publish/README.md index 71824f7c08..fd86348db9 100644 --- a/roles/content_view_publish/README.md +++ b/roles/content_view_publish/README.md @@ -14,8 +14,8 @@ This role supports the [Common Role Variables](https://github.com/theforeman/for ### Optional -- `foreman_content_view_publish_async`: Asynchronous mode lets you control how long-running tasks execute.The default is 5 seconds. This can be too low on slower systems, or systems under heavy load. -- `foreman_content_view_publish_poll`: For asynchronous tasks in this is how often to check back on the status of those tasks when an explicit poll interval is not supplied. The default is a reasonably moderate 15 seconds which is a tradeoff between checking in frequently and providing a quick turnaround when something may have completed. +- `foreman_content_view_publish_async`: Asynchronous mode lets you control how long-running tasks execute. See the [Ansible documentation](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_async.html#asynchronous-playbook-tasks) for details. +- `foreman_content_view_publish_poll`: For asynchronous tasks, this is how often to check back on the status of those tasks. Example Playbook ----------------