Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The api task os role zabbix_agent should be executed with explicit become false #1393

Merged

Commits on Sep 14, 2024

  1. the api task should be with explicit become false

    Undo some changes of commit 5480ff7 
    
    The community.zabbix.zabbix_host module with the delegate_to parameter should not be executed with "become true" if the role zabbix_agent is applied with "become true".
    
    It is possible that the user executing the ansible script has sudo permission on the remote computer that the zabbix_agent role will be executed on, but does not have sudo permission on the local computer from which the ansible script is initially executed.
    
    The same applies to the other modules of this task.
    emrocha authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1a45838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63efd45 View commit details
    Browse the repository at this point in the history