docs/AnsibleRole.md in pulp_ansible_client-0.18.0 vs docs/AnsibleRole.md in pulp_ansible_client-0.18.1
- old
+ new
@@ -3,19 +3,21 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact** | **String** | Artifact file representing the physical content |
+**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
**version** | **String** | |
**name** | **String** | |
**namespace** | **String** | |
## Code Sample
```ruby
require 'PulpAnsibleClient'
instance = PulpAnsibleClient::AnsibleRole.new(artifact: null,
+ repository: null,
version: null,
name: null,
namespace: null)
```