You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
colocar em defaults/main.yml a variável tasks_dhcp: false, pois caso contrário essa task seria executada em todos servidores. Entretanto, eu já fiz essa alteração.
Vi que a task de dhcp está apresentando esse erro:
fatal: [cups]: FAILED! => {"msg": "The conditional check 'tasks_dhcp' failed. The error was: error while evaluating conditional (tasks_dhcp): 'tasks_dhcp' is
undefined\n\nThe error appears to be in '/home/thiago/repos/provisioner/roles/fflch.tasks/tasks/dhcp.yml': line 1, column 3, but may\nbe elsewhere in the file
depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Install isc-dhcp-server\n ^ here\n"}
The text was updated successfully, but these errors were encountered:
colocar em defaults/main.yml a variável
tasks_dhcp: false
, pois caso contrário essa task seria executada em todos servidores. Entretanto, eu já fiz essa alteração.Vi que a task de dhcp está apresentando esse erro:
The text was updated successfully, but these errors were encountered: