Skip to content

Commit

Permalink
os_config: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Nov 24, 2023
1 parent d5fe109 commit c563b40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/os_config/tests/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
- name: Test os_config role

Check failure on line 2 in roles/os_config/tests/test.yml

View workflow job for this annotation

GitHub Actions / lint / Ansible 2.14 lint

syntax-check[specific]

'ansible_connection' is not a valid attribute for a Play
hosts: localhost
vars:
- ansible_connection: local
ansible_connection: local
roles:
- stackhpc.openstack.os_config

0 comments on commit c563b40

Please sign in to comment.