Brant Evans
Brant Evans
> Is state=fetch used to list the available roles on a proxy? > > If so, I'd prefer if we could have one module for listing, and one for performing...
I've renamed the module to `foreman_anisble_roles_facts` and implemented not only `fetch` but also `list` and `show`. I'll limit this PR to just the fact gathering module and open another PR...
@evgeni What is the recommended way to get files on the filesystem when running tests? I need to place a test role in `/etc/ansible/roles` so that fetch will have data...
@evgeni One other question. During the test run I'm creating the Organization and Location, but I need to assign the location to the smart proxy. I'm not finding any functionality...
> Oh, and I didn't see any difference between list and show in my tests. What extra info should show expose? I haven't seen any difference in list and show...
For the workflow, I've been conflicted as well. The list/show functionality does overlap with the `foreman_search_facts` module. I implemented them in with the fetch as I was looking at the...
Great. I'll work on splitting the module into two modules. Thanks for all the great feedback.
The module isn't always returning a module error. I did another test where I set the `apiversion`, `kind`, `namespace`, and `name`, but the name was not the name of an...
I agree with @djdanielsson, I don't think there is a "one size fits all" solution. Things like how often a collection is updated, how often it is used, and potentially...
The `vscode` user does have an entry in `/etc/passwd`: ``` vscode:x:4400:4400::/home/vscode:/bin/bash ``` The home directory for the `vscode` user has also been created: ``` root ➜ / $ ls -al...