Skip to content

Commit

Permalink
Try removing noqas
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi committed Mar 25, 2024
1 parent 2685b87 commit 7effbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests_full_integration_dc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- name: Prepare user and groups on the AD
hosts: ad
tasks:
- name: Create groups # noqa syntax-check[unknown-module]
- name: Create groups
microsoft.ad.group:
name: "{{ item.name }}"
state: present
Expand All @@ -48,7 +48,7 @@
var: group_creation

- name: Add a test user
microsoft.ad.user: # noqa syntax-check[unknown-module]
microsoft.ad.user:
name: "{{ item.name }}"
firstname: "{{ item.first_name }}"
surname: "{{ item.surname }}"
Expand Down

0 comments on commit 7effbe3

Please sign in to comment.