Skip to content

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 f52d164 commit e18a472
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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

0 comments on commit e18a472

Please sign in to comment.