Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Commit

Permalink
https://github.com/ansible/ansible-lint/pull/2295
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Aug 31, 2022
1 parent b9c848b commit b11bc9e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion playbooks/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- hosts: all
- name: cleanup | all
hosts: all
remote_user: root
become: true
gather_facts: false
Expand Down
3 changes: 2 additions & 1 deletion playbooks/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- hosts: all
- name: converge | all
hosts: all
remote_user: root
become: true
tasks:
Expand Down
6 changes: 4 additions & 2 deletions playbooks/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- hosts: all
- name: prepare | all
hosts: all
remote_user: root
become: true
gather_facts: false
Expand Down Expand Up @@ -53,7 +54,8 @@
changed_when: false
failed_when: false

- hosts: all
- name: prepare | all
hosts: all
remote_user: root
become: true
tasks:
Expand Down
3 changes: 2 additions & 1 deletion playbooks/side_effect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- hosts: all
- name: side_effect | all
hosts: all
remote_user: root
become: true
tasks:
Expand Down
3 changes: 2 additions & 1 deletion playbooks/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- hosts: all
- name: verify | all
hosts: all
remote_user: root
become: true
tasks:
Expand Down

0 comments on commit b11bc9e

Please sign in to comment.