Skip to content

fixes role idempotency#46

Open
bboegler wants to merge 1 commit intonexcess:masterfrom
bboegler:fixlinkidp
Open

fixes role idempotency#46
bboegler wants to merge 1 commit intonexcess:masterfrom
bboegler:fixlinkidp

Conversation

@bboegler
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread tasks/main.yml
state="link"
with_items: "{{ found.files }}"
when: php_symlink_scl_bins
when: php_symlink_scl_bins == true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like you had it before is preferred. The additional condition isn't needed.

Comment thread defaults/main.yml
php_config_root: "/etc/opt/remi/{{ php_prefix }}"
php_ini_config: []
php_single_version: true
php_single_version: false
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are all dependent playbooks aware of this change?

Comment thread defaults/main.yml
php_package_state: "present"
php_install_browscap_ini: true
php_symlink_scl_bins: true
php_symlink_scl_bins: false
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are all dependent playbooks aware of this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants