Skip to content

Commit

Permalink
Fix ci failures due to yamllint==1.29.0
Browse files Browse the repository at this point in the history
Playbook.yml pre_tasks requires 3 identations
  • Loading branch information
theodore86 committed Jan 11, 2023
1 parent dba0aab commit bc6995d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions provisioners/ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
hosts: 'all'
connection: 'local'
pre_tasks:
- name: 'Install prerequisites'
import_role:
name: 'common/system'
tags: 'always'
- name: 'Install prerequisites'
import_role:
name: 'common/system'
tags: 'always'
roles:
- { role: 'system/bash/aliases', tags: 'bash_aliases' }
- { role: 'system/bash/profile', tags: 'bash_profile' }
Expand Down

0 comments on commit bc6995d

Please sign in to comment.