feat: added molecule testing
This commit is contained in:
parent
c3fc60e33d
commit
917c04ed7e
5 changed files with 97 additions and 7 deletions
|
|
@ -7,10 +7,4 @@
|
|||
state: "restarted"
|
||||
daemon_reload: true
|
||||
enabled: true
|
||||
|
||||
# sysusers
|
||||
- name: "restart sysusers"
|
||||
ansible.builtin.systemd:
|
||||
name: "systemd-sysusers.service"
|
||||
state: "restarted"
|
||||
enabled: true
|
||||
when: "not lookup('env', 'MOLECULE_TESTING') | bool"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue