Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored Oct 24, 2023
1 parent 3af9dfe commit 2089bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions roles/content_view_publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------
Expand Down

0 comments on commit 2089bb0

Please sign in to comment.