feat(test): remove /etc/hosts tests, fix #1
All checks were successful
test / Linting (push) Successful in 33s
test / Molecule tests (default, debian12) (push) Successful in 1m39s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m39s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 2m4s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m36s
All checks were successful
test / Linting (push) Successful in 33s
test / Molecule tests (default, debian12) (push) Successful in 1m39s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m39s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 2m4s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m36s
This commit is contained in:
parent
f189113ebf
commit
6e45c9e279
@ -4,21 +4,6 @@
|
|||||||
gather_facts: true
|
gather_facts: true
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Test: file /etc/hosts"
|
|
||||||
block:
|
|
||||||
- name: "Stat file /etc/hosts"
|
|
||||||
ansible.builtin.stat:
|
|
||||||
path: "/etc/hosts"
|
|
||||||
register: stat_etc_hosts
|
|
||||||
|
|
||||||
- name: "Verify file /etc/hosts"
|
|
||||||
ansible.builtin.assert:
|
|
||||||
that:
|
|
||||||
- stat_etc_hosts.stat.exists
|
|
||||||
- stat_etc_hosts.stat.isreg
|
|
||||||
- stat_etc_hosts.stat.pw_name == 'root'
|
|
||||||
- stat_etc_hosts.stat.gr_name == 'root'
|
|
||||||
|
|
||||||
- name: "Test: packages ansible-lint"
|
- name: "Test: packages ansible-lint"
|
||||||
block:
|
block:
|
||||||
- name: "Get pipx installed packages"
|
- name: "Get pipx installed packages"
|
||||||
|
@ -4,25 +4,6 @@
|
|||||||
gather_facts: true
|
gather_facts: true
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Test: file /etc/hosts"
|
|
||||||
block:
|
|
||||||
- name: "Stat file /etc/hosts"
|
|
||||||
ansible.builtin.stat:
|
|
||||||
path: "/etc/hosts"
|
|
||||||
register: stat_etc_hosts
|
|
||||||
|
|
||||||
- name: "Verify file /etc/hosts"
|
|
||||||
vars:
|
|
||||||
etc_hosts_group:
|
|
||||||
ubuntu: "adm"
|
|
||||||
debian: "root"
|
|
||||||
ansible.builtin.assert:
|
|
||||||
that:
|
|
||||||
- stat_etc_hosts.stat.exists
|
|
||||||
- stat_etc_hosts.stat.isreg
|
|
||||||
- stat_etc_hosts.stat.pw_name == 'root'
|
|
||||||
- stat_etc_hosts.stat.gr_name == etc_hosts_group[(ansible_distribution|lower)]
|
|
||||||
|
|
||||||
- name: "Test: packages ansible-lint"
|
- name: "Test: packages ansible-lint"
|
||||||
block:
|
block:
|
||||||
- name: "Get pipx installed packages"
|
- name: "Get pipx installed packages"
|
||||||
|
@ -4,21 +4,6 @@
|
|||||||
gather_facts: true
|
gather_facts: true
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Test: file /etc/hosts"
|
|
||||||
block:
|
|
||||||
- name: "Stat file /etc/hosts"
|
|
||||||
ansible.builtin.stat:
|
|
||||||
path: "/etc/hosts"
|
|
||||||
register: stat_etc_hosts
|
|
||||||
|
|
||||||
- name: "Verify file /etc/hosts"
|
|
||||||
ansible.builtin.assert:
|
|
||||||
that:
|
|
||||||
- stat_etc_hosts.stat.exists
|
|
||||||
- stat_etc_hosts.stat.isreg
|
|
||||||
- stat_etc_hosts.stat.pw_name == 'root'
|
|
||||||
- stat_etc_hosts.stat.gr_name == 'root'
|
|
||||||
|
|
||||||
- name: "Test: packages pip, vault-cli, yamllint, ansible-core"
|
- name: "Test: packages pip, vault-cli, yamllint, ansible-core"
|
||||||
block:
|
block:
|
||||||
- name: "Get pipx installed packages"
|
- name: "Get pipx installed packages"
|
||||||
|
@ -4,25 +4,6 @@
|
|||||||
gather_facts: true
|
gather_facts: true
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Test: file /etc/hosts"
|
|
||||||
block:
|
|
||||||
- name: "Stat file /etc/hosts"
|
|
||||||
ansible.builtin.stat:
|
|
||||||
path: "/etc/hosts"
|
|
||||||
register: stat_etc_hosts
|
|
||||||
|
|
||||||
- name: "Verify file /etc/hosts"
|
|
||||||
vars:
|
|
||||||
etc_hosts_group:
|
|
||||||
ubuntu: "adm"
|
|
||||||
debian: "root"
|
|
||||||
ansible.builtin.assert:
|
|
||||||
that:
|
|
||||||
- stat_etc_hosts.stat.exists
|
|
||||||
- stat_etc_hosts.stat.isreg
|
|
||||||
- stat_etc_hosts.stat.pw_name == 'root'
|
|
||||||
- stat_etc_hosts.stat.gr_name == etc_hosts_group[(ansible_distribution|lower)]
|
|
||||||
|
|
||||||
- name: "Test: packages pip, vault-cli, yamllint, ansible-core"
|
- name: "Test: packages pip, vault-cli, yamllint, ansible-core"
|
||||||
block:
|
block:
|
||||||
- name: "Get pipx installed packages"
|
- name: "Get pipx installed packages"
|
||||||
|
Loading…
Reference in New Issue
Block a user