Closed Daenou closed 2 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.
Functionality is in dev branch
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.