Cédric Villemain
Cédric Villemain
##### Summary When defining something like: ```tag: !unsafe "{{.Name}} [{{.ImageName}}]"``` ansible-lint complains with: ```[206] Variables should have spaces before and after: {{ var_name }}``` However, the string probably should not...
Edited on https://github.com/ansible-collections/community.postgresql/pull/165#issuecomment-980460927 ##### SUMMARY Setup `ansible-test sanity` with GHA. Uses upstream projects: * Action: https://github.com/ansible-community/ansible-test-gh-action * Action: https://github.com/Data-Bene/ansible-test-versions-gh-action * Action: https://github.com/dorny/paths-filter * Worflow: https://github.com/Data-Bene/ansible-collection-gh-workflow ##### COMPONENT NAME GHA workflow
##### SUMMARY Like for the sanity tests, same external deps. ##### ISSUE TYPE - Feature Pull Request https://github.com/ansible-collections/community.postgresql/issues/154 ##### COMPONENT NAME docker testing with GHA ##### ADDITIONAL INFORMATION Only pg14...
also please pay attention to the tasks with the following conditions: ``` tests/integration/targets/postgresql_slot/tasks/postgresql_slot_initial.yml: when: ansible_facts.distribution == 'CentOS' and ansible_facts.distribution_major_version == '8' tests/integration/targets/postgresql_slot/tasks/postgresql_slot_initial.yml: when: (ansible_facts.distribution_major_version != '8' and ansible_facts.distribution == 'CentOS')...
Felix Fontein clarified a point about docker imageS and (target) python versionS in ansible-test: it's either one or the other, but using a named docker image + a specific python...
the current inclusion of pg_find_plans into pg_stat_plans is not helpful for packaging. What about the following layout ? ├── debian ├── Makefile ├── pg_find_plans │ └── Makefile └── pg_stat_plans └──...
During barman setup, add relevant ssh keys and update known host based on the direction. It is useless as is, but is required later when one want to be able...