mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 05:33:29 +01:00
tests: Remove duplicate become (already specified on ansible-playbook commandline)
This commit is contained in:
parent
1fbe49934e
commit
0ba1b77f92
8 changed files with 0 additions and 8 deletions
|
@ -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:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
|
||||||
roles:
|
roles:
|
||||||
- ansible-sshd
|
- ansible-sshd
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Configure sshd"
|
- name: "Configure sshd"
|
||||||
include_role:
|
include_role:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Configure sshd
|
- name: Configure sshd
|
||||||
include_role:
|
include_role:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Configure sshd
|
- name: Configure sshd
|
||||||
include_role:
|
include_role:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Configure sshd
|
- name: Configure sshd
|
||||||
include_role:
|
include_role:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Configure sshd
|
- name: Configure sshd
|
||||||
include_role:
|
include_role:
|
||||||
|
|
Loading…
Reference in a new issue