tests: Remove duplicate become (already specified on ansible-playbook commandline)

This commit is contained in:
Jakub Jelen 2020-10-21 16:05:27 +02:00
parent 1fbe49934e
commit 0ba1b77f92
8 changed files with 0 additions and 8 deletions

View file

@ -1,6 +1,5 @@
---
- hosts: all
become: true
tasks:
- name: Configure alternative sshd_config file
include_role:

View file

@ -1,5 +1,4 @@
---
- hosts: all
become: true
roles:
- ansible-sshd

View file

@ -1,6 +1,5 @@
---
- hosts: all
become: true
tasks:
- name: "Configure sshd"
include_role:

View file

@ -1,6 +1,5 @@
---
- hosts: all
become: true
tasks:
- name: Configure sshd
include_role:

View file

@ -1,6 +1,5 @@
---
- hosts: all
become: true
tasks:
- name: Configure sshd
include_role:

View file

@ -1,6 +1,5 @@
---
- hosts: all
become: true
tasks:
- name: Configure sshd
include_role:

View file

@ -1,6 +1,5 @@
---
- hosts: all
become: true
tasks:
- name: Configure sshd with uncommon options, making sure it keeps running
block:

View file

@ -1,6 +1,5 @@
---
- hosts: all
become: true
tasks:
- name: Configure sshd
include_role: