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 - hosts: all
become: true
tasks: tasks:
- name: Configure alternative sshd_config file - name: Configure alternative sshd_config file
include_role: include_role:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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