-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #534 from ripleymj/appease-linter-for-tests
Fix key ordering in tests files to appease linter
- Loading branch information
Showing
11 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test adv_prog_pkgs | ||
- name: Test adv_prog_pkgs | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- adv_prog_pkgs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test basic_prog_pkgs | ||
- name: Test basic_prog_pkgs | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- basic_prog_pkgs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test common | ||
- name: Test common | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test eclipse | ||
- name: Test eclipse | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- eclipse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test filezilla | ||
- name: Test filezilla | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- filezilla |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test oem | ||
- name: Test oem | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- oem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test programming_langs | ||
- name: Test programming_langs | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- programming_langs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test user | ||
- name: Test user | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test vscode | ||
- name: Test vscode | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test wireless_printing | ||
- name: Test wireless_printing | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- wireless_printing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
- hosts: localhost | ||
name: Test y86 | ||
- name: Test y86 | ||
hosts: localhost | ||
remote_user: root | ||
roles: | ||
- y86 |