mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 14:05:07 +00:00
Remove and prevent trailing whitespace (#10199)
* Remove trailing whitespace. * Add no-trailing-whitespace extra test. * Re-add needed trailing whitespace. * Remove one more trailing whitespace.
This commit is contained in:
parent
41f8e0bad6
commit
8bd68e7e41
50 changed files with 119 additions and 115 deletions
|
|
@ -240,7 +240,7 @@
|
|||
that:
|
||||
- gitlab_project_variable_state is changed
|
||||
|
||||
- name: apply again the environment scope change
|
||||
- name: apply again the environment scope change
|
||||
gitlab_project_variable:
|
||||
api_url: "{{ gitlab_host }}"
|
||||
api_token: "{{ gitlab_login_token }}"
|
||||
|
|
@ -255,7 +255,7 @@
|
|||
assert:
|
||||
that:
|
||||
- gitlab_project_variable_state is not changed
|
||||
|
||||
|
||||
- name: purge all variables at the beginning
|
||||
gitlab_project_variable:
|
||||
api_url: "{{ gitlab_host }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue