Daenou / ansible-multiroom-audio

9 stars 0 forks source link

Make sure playbook is idempotent #10

Closed Daenou closed 2 years ago

Daenou commented 3 years ago

Make sure every time I use the ansible.builtin.command module that it's usage is idempotent.

E.g. check if the desired state is already on the system and don't execute the command if the state is already present.

Daenou commented 2 years ago

Functionality is in dev branch