Skip to content

playbook in drupal is not idempotent #192

@arashpath

Description

@arashpath

Last task in the playbook.yml of drupal id not idempotent when you open the website
and run the playbook again.

  - name: Set permissions properly on files directory.
    file:
      path: "{{ drupal_core_path }}/sites/default/files"
      mode: 0777
      state: directory
      recurse: yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions