Felix Fontein
2a3819a696
git_config: fix state=absent if value is present ( #8452 )
...
* Fix state=absent if value is present.
* Update changelog fragment.
2024-06-06 07:35:54 +02:00
Günther Grill
07bac1777f
git_config: support multiple values for same name ( #7260 )
...
* Refactor the existing git_config.py
* Support multiple values for same name
2023-12-03 09:41:34 +01:00
Felix Fontein
24efe9ee9a
Normalize bools in tests ( #5996 )
...
* Normalize bools in tests.
* Fix typo.
2023-02-15 22:55:23 +01:00
Felix Fontein
e47845ab3a
Change CI group identifiers. ( #5344 )
2022-10-11 07:34:36 +02:00
Felix Fontein
9327b12c4d
Add more default license and copyright notices ( #5087 )
...
* Add more default license and copyright notices.
* Fix tests.
* Fix typos.
* Fix task type.
* Add URL to changelog fragment.
* Improve headers for setup_wildfly_server.
2022-08-08 08:44:19 +02:00
Felix Fontein
68e7e52557
Add simple license headers, not completely at top. ( #5080 )
2022-08-05 21:31:34 +02:00
Felix Fontein
fa6c009ff0
Make sure all files have trailing newline ( #5076 )
...
* Make sure all files have trailing newline.
* Adjust tests.
2022-08-05 21:08:41 +02:00
Felix Fontein
1ab2a5f1bc
Add default license header to files which have no copyright or license header yet ( #5074 )
...
* Add default license header to files which have no copyright or license header yet.
* yml extension should have been xml...
2022-08-05 14:03:38 +02:00
Felix Fontein
7c43cc3faa
Improve CI ( #3348 )
...
* Remove superfluous test.
* Use remote_temp_dir instead of output_dir on remote.
* Read certificate from correct place.
* Adjust more places.
* Fix boolean.
* Improve cryptography setup.
* Fix java_keystore changes.
* Need to copy binary from remote.
* Use correct Python for serve script.
* Sleep before downloading.
* Use correct Python interpreter.
* Avoid failing shebang test.
* Fix permission error with macOS 11.1.
* Avoid shebang trouble.
2021-09-09 07:31:44 +02:00
Alexei Znamensky
d7e55db99b
Massive adjustment in integration tests for changed and failed ( #2577 )
...
* Replaced ".changed ==" with "is [not] changed". Same for failed
* Mr Quote refused to go
2021-05-22 13:51:36 +02:00
Alexei Znamensky
eb24e33666
git_config - fixed bug with scope file ( #2125 )
...
* fixed bug
- scope file was not working
- added test to guarantee that behaviour
- marked integration test as destructive, because it overwrites ~/.gitconfig
* added changelog fragment
* Update tests/integration/targets/git_config/tasks/setup_no_value.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update tests/integration/targets/git_config/tasks/get_set_state_present_file.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update tests/integration/targets/git_config/tasks/get_set_state_present_file.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update tests/integration/targets/git_config/aliases
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/2125-git-config-scope-file.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-03-30 08:24:08 +02:00
Alexei Znamensky
436bbb0077
Prevented the expansion of parameters in run_command() ( #1794 )
2021-02-12 06:13:05 +01:00
Andrew Klychkov
9d5044ac1a
Add headers to ci tests ( #954 )
...
* CI tests: add note to main.yml
* improve
2020-09-25 08:01:17 +02:00
Ansible Core Team
aebc1b03fd
Initial commit
2020-03-09 09:11:07 +00:00