Jeremy Audet

Results 22 comments of Jeremy Audet

The entire ANXS.postgresql role is supposed to be run as root? If so, isn't that a design bug? Or do you mean something else? FWIW, this PR was created because...

> Adding become root/sudo in every tasks is a waste of time and unnecessary. This role already specifies `become` in a number of places. If "adding become root/sudo in every...

My goal in filing this issue is to make this role safer. Better to fix an issue before it bites someone than afterwards. I don't recall whether I was able...

> Did you run it on Fedora or CentOs? If you, as I, are on Ubuntu or Debian, you would not be affected by the tasks in this pull request....

To expand on what @GeeF said, here's a snippet from the [manual](https://pandoc.org/MANUAL.html): > -M KEY[=VAL], --metadata=KEY[:VAL] > > > Set the metadata field KEY to the value VAL. [...] unlike...

I barely know anything about latex or pandoc, so if this is a terrible PR, just shoot it down. No offense will be taken. I just trawled through the pandoc...

The search format to use is inconsistent, depending on which API endpoint is being hit. When I originally wrote that line of code, I was trying to do whatever works...

I'm not a great person to ask. I haven't worked with nailgun in about two years. The fundamental problem is that Satellite's APIs (and the APIs of its constituent parts,...

To be clear, there are unit tests for the `EntitySearchMixin` in module `tests.test_entity_mixins`. I think what's being requested here are additional tests in `tests.test_entities`.